Html Css Color HEX #B85D1D Christine

📋 copy color: '#B85D1D'

red 184 ◦ green 93 ◦ blue 29

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

Shades of Christine #B85D1D

Tints of Christine #B85D1D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.39%

 BLUE value IS 29 (11.72% from 255) = 9.48%

R = 60.13%
G = 30.39%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B85D1D (or 0xB85D1D) is known color: Christine. HEX triplet: B8, 5D and 1D. RGB value is (184,93,29). Sum of RGB (Red+Green+Blue) = 184+93+29=306 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.13% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 29 (11.72% from 255 or 9.48% from 306); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85D1D is #47A2E2. Grayscale: #717171. Windows color (decimal): -4694755 or 1924536. OLE color: 1924536.

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

Color convert

RGB 184 93 29 -
CMYK 0 0.49 0.84 0.28
HSL 24.77º 0.73% 0.42% -
HSV(B) 24.77º 0.84% 0.72% -
XYZ 23.9 18.11 3.4 -
YUV 112.91 80.65 178.7 -
System Red Green Blue C M Y K H S L
Decimal 184 93 29 0 0.49 0.84 0.28 24.77 0.73 0.42
Hex B8 5D 1D 0 31 54 1C 19 49 2A
Octal 270 135 35 0 61 124 34 31 111 52
Binary 10111000 1011101 11101 0 110001 1010100 11100 11001 1001001 101010

Color Harmonies of #B85D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85D1D

Black with #B85D1D

Text Example


Text Example

White with #B85D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85D1D; }

 p { color: rgb(184,93,29); }

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

background-color css

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

 a { background-color: rgb(184,93,29); }

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

border-color css

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

 span { border-color: rgb(184,93,29); }

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