Html Css Color HEX #B8424B Old Rose

📋 copy color: '#B8424B'

red 184 ◦ green 66 ◦ blue 75

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

Shades of Old Rose #B8424B

Tints of Old Rose #B8424B

RGB

 RED value IS 184 (72.27% from 255) = 56.62%

 GREEN value IS 66 (26.17% from 255) = 20.31%

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

R = 56.62%
G = 20.31%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B8424B (or 0xB8424B) is known color: Old Rose. HEX triplet: B8, 42 and 4B. RGB value is (184,66,75). Sum of RGB (Red+Green+Blue) = 184+66+75=325 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.62% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 184 - color contains mainly: red. Hex color #B8424B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8424B is #47BDB4. Grayscale: #666666. Windows color (decimal): -4701621 or 4932280. OLE color: 4932280.

HSL color Cylindrical-coordinate representation of color #B8424B: hue angle of 355.42º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B8424B is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 66 75 -
CMYK 0 0.64 0.59 0.28
HSL 355.42º 0.47% 0.49% -
HSV(B) 355.42º 0.64% 0.72% -
XYZ 22.99 14.59 8.26 -
YUV 102.31 112.59 186.27 -
System Red Green Blue C M Y K H S L
Decimal 184 66 75 0 0.64 0.59 0.28 355.42 0.47 0.49
Hex B8 42 4B 0 40 3B 1C 163 2F 31
Octal 270 102 113 0 100 73 34 543 57 61
Binary 10111000 1000010 1001011 0 1000000 111011 11100 101100011 101111 110001

Color Harmonies of #B8424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8424B

Black with #B8424B

Text Example


Text Example

White with #B8424B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8424B; }

 p { color: rgb(184,66,75); }

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

background-color css

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

 a { background-color: rgb(184,66,75); }

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

border-color css

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

 span { border-color: rgb(184,66,75); }

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