Html Css Color HEX #B8374B Old Rose

📋 copy color: '#B8374B'

red 184 ◦ green 55 ◦ blue 75

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

Shades of Old Rose #B8374B

Tints of Old Rose #B8374B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.52%

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

R = 58.6%
G = 17.52%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B8374B (or 0xB8374B) is known color: Old Rose. HEX triplet: B8, 37 and 4B. RGB value is (184,55,75). Sum of RGB (Red+Green+Blue) = 184+55+75=314 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.60% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 75 (29.69% from 255 or 23.89% from 314); Max value from RGB is 184 - color contains mainly: red. Hex color #B8374B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8374B is #47C8B4. Grayscale: #5F5F5F. Windows color (decimal): -4704437 or 4929464. OLE color: 4929464.

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

Color convert

RGB 184 55 75 -
CMYK 0 0.70 0.59 0.28
HSL 350.7º 0.54% 0.47% -
HSV(B) 350.7º 0.7% 0.72% -
XYZ 22.4 13.43 8.07 -
YUV 95.85 116.24 190.87 -
System Red Green Blue C M Y K H S L
Decimal 184 55 75 0 0.70 0.59 0.28 350.7 0.54 0.47
Hex B8 37 4B 0 46 3B 1C 15F 36 2F
Octal 270 67 113 0 106 73 34 537 66 57
Binary 10111000 110111 1001011 0 1000110 111011 11100 101011111 110110 101111

Color Harmonies of #B8374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8374B

Black with #B8374B

Text Example


Text Example

White with #B8374B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8374B; }

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

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

background-color css

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

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

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

border-color css

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

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

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