Html Css Color HEX #B85F19 Christine

📋 copy color: '#B85F19'

red 184 ◦ green 95 ◦ blue 25

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

Shades of Christine #B85F19

Tints of Christine #B85F19

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.25%

 BLUE value IS 25 (10.16% from 255) = 8.22%

R = 60.53%
G = 31.25%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B85F19 (or 0xB85F19) is known color: Christine. HEX triplet: B8, 5F and 19. RGB value is (184,95,25). Sum of RGB (Red+Green+Blue) = 184+95+25=304 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.53% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 25 (10.16% from 255 or 8.22% from 304); Max value from RGB is 184 - color contains mainly: red. Hex color #B85F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85F19 is #47A0E6. Grayscale: #727272. Windows color (decimal): -4694247 or 1662904. OLE color: 1662904.

HSL color Cylindrical-coordinate representation of color #B85F19: hue angle of 26.42º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B85F19 is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 95 25 -
CMYK 0 0.48 0.86 0.28
HSL 26.42º 0.76% 0.41% -
HSV(B) 26.42º 0.86% 0.72% -
XYZ 24.03 18.44 3.21 -
YUV 113.63 77.99 178.19 -
System Red Green Blue C M Y K H S L
Decimal 184 95 25 0 0.48 0.86 0.28 26.42 0.76 0.41
Hex B8 5F 19 0 30 56 1C 1A 4C 29
Octal 270 137 31 0 60 126 34 32 114 51
Binary 10111000 1011111 11001 0 110000 1010110 11100 11010 1001100 101001

Color Harmonies of #B85F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85F19

Black with #B85F19

Text Example


Text Example

White with #B85F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85F19; }

 p { color: rgb(184,95,25); }

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

background-color css

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

 a { background-color: rgb(184,95,25); }

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

border-color css

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

 span { border-color: rgb(184,95,25); }

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