Html Css Color HEX #B1234B Old Rose

📋 copy color: '#B1234B'

red 177 ◦ green 35 ◦ blue 75

#B1234B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #B1234B

Tints of Old Rose #B1234B

RGB

 RED value IS 177 (69.53% from 255) = 61.67%

 GREEN value IS 35 (14.06% from 255) = 12.2%

 BLUE value IS 75 (29.69% from 255) = 26.13%

R = 61.67%
G = 12.2%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B1234B (or 0xB1234B) is known color: Old Rose. HEX triplet: B1, 23 and 4B. RGB value is (177,35,75). Sum of RGB (Red+Green+Blue) = 177+35+75=287 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.67% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 177 - color contains mainly: red. Hex color #B1234B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1234B is #4EDCB4. Grayscale: #525252. Windows color (decimal): -5168309 or 4924337. OLE color: 4924337.

HSL color Cylindrical-coordinate representation of color #B1234B: hue angle of 343.1º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B1234B is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 35 75 -
CMYK 0 0.80 0.58 0.31
HSL 343.1º 0.67% 0.42% -
HSV(B) 343.1º 0.8% 0.69% -
XYZ 20 11.06 7.74 -
YUV 82.02 124.04 195.75 -
System Red Green Blue C M Y K H S L
Decimal 177 35 75 0 0.80 0.58 0.31 343.1 0.67 0.42
Hex B1 23 4B 0 50 3A 1F 157 43 2A
Octal 261 43 113 0 120 72 37 527 103 52
Binary 10110001 100011 1001011 0 1010000 111010 11111 101010111 1000011 101010

Color Harmonies of #B1234B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1234B

Black with #B1234B

Text Example


Text Example

White with #B1234B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1234B; }

 p { color: rgb(177,35,75); }

 H1.HeaderClassName
 {
   color: #B1234B;
 }
 .AnyTagClassName
 {
   color: #B1234B;
 }
</style>

background-color css

<style>
 a { background-color: #B1234B; }

 a { background-color: rgb(177,35,75); }

 div.DivClassName
 {
   background-color: #B1234B;
 }
 .BgClassName
 {
   background-color: #B1234B;
 }
</style>

border-color css

<style>
 span { border-color: #B1234B; }

 span { border-color: rgb(177,35,75); }

 td.TdClassName
 {
   border-color: #B1234B;
 }
 .TagClassName
 {
   border-color: #B1234B;
 }
</style>