Html Css Color HEX #B9601D Christine

📋 copy color: '#B9601D'

red 185 ◦ green 96 ◦ blue 29

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

Shades of Christine #B9601D

Tints of Christine #B9601D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.97%

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

R = 59.68%
G = 30.97%
B = 9.35%

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

#B9601D (or 0xB9601D) is known color: Christine. HEX triplet: B9, 60 and 1D. RGB value is (185,96,29). Sum of RGB (Red+Green+Blue) = 185+96+29=310 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.68% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 29 (11.72% from 255 or 9.35% from 310); Max value from RGB is 185 - color contains mainly: red. Hex color #B9601D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9601D is #469FE2. Grayscale: #737373. Windows color (decimal): -4628451 or 1925305. OLE color: 1925305.

HSL color Cylindrical-coordinate representation of color #B9601D: hue angle of 25.77º 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 #B9601D is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 96 29 -
CMYK 0 0.48 0.84 0.27
HSL 25.77º 0.73% 0.42% -
HSV(B) 25.77º 0.84% 0.73% -
XYZ 24.41 18.77 3.5 -
YUV 114.97 79.49 177.95 -
System Red Green Blue C M Y K H S L
Decimal 185 96 29 0 0.48 0.84 0.27 25.77 0.73 0.42
Hex B9 60 1D 0 30 54 1B 1A 49 2A
Octal 271 140 35 0 60 124 33 32 111 52
Binary 10111001 1100000 11101 0 110000 1010100 11011 11010 1001001 101010

Color Harmonies of #B9601D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9601D

Black with #B9601D

Text Example


Text Example

White with #B9601D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9601D; }

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

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

background-color css

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

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

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

border-color css

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

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

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