Html Css Color HEX #B9611D Christine

📋 copy color: '#B9611D'

red 185 ◦ green 97 ◦ blue 29

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

Shades of Christine #B9611D

Tints of Christine #B9611D

RGB

 RED value IS 185 (72.66% from 255) = 59.49%

 GREEN value IS 97 (38.28% from 255) = 31.19%

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

R = 59.49%
G = 31.19%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B9611D (or 0xB9611D) is known color: Christine. HEX triplet: B9, 61 and 1D. RGB value is (185,97,29). Sum of RGB (Red+Green+Blue) = 185+97+29=311 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.49% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 29 (11.72% from 255 or 9.32% from 311); Max value from RGB is 185 - color contains mainly: red. Hex color #B9611D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9611D is #469EE2. Grayscale: #737373. Windows color (decimal): -4628195 or 1925561. OLE color: 1925561.

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

Color convert

RGB 185 97 29 -
CMYK 0 0.48 0.84 0.27
HSL 26.15º 0.73% 0.42% -
HSV(B) 26.15º 0.84% 0.73% -
XYZ 24.5 18.95 3.53 -
YUV 115.56 79.15 177.53 -
System Red Green Blue C M Y K H S L
Decimal 185 97 29 0 0.48 0.84 0.27 26.15 0.73 0.42
Hex B9 61 1D 0 30 54 1B 1A 49 2A
Octal 271 141 35 0 60 124 33 32 111 52
Binary 10111001 1100001 11101 0 110000 1010100 11011 11010 1001001 101010

Color Harmonies of #B9611D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9611D

Black with #B9611D

Text Example


Text Example

White with #B9611D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9611D; }

 p { color: rgb(185,97,29); }

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

background-color css

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

 a { background-color: rgb(185,97,29); }

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

border-color css

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

 span { border-color: rgb(185,97,29); }

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