Html Css Color HEX #B9611A Christine

📋 copy color: '#B9611A'

red 185 ◦ green 97 ◦ blue 26

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

Shades of Christine #B9611A

Tints of Christine #B9611A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.44%

R = 60.06%
G = 31.49%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B9611A (or 0xB9611A) is known color: Christine. HEX triplet: B9, 61 and 1A. RGB value is (185,97,26). Sum of RGB (Red+Green+Blue) = 185+97+26=308 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.06% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 26 (10.55% from 255 or 8.44% from 308); Max value from RGB is 185 - color contains mainly: red. Hex color #B9611A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9611A is #469EE5. Grayscale: #737373. Windows color (decimal): -4628198 or 1728953. OLE color: 1728953.

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

Color convert

RGB 185 97 26 -
CMYK 0 0.48 0.86 0.27
HSL 26.79º 0.75% 0.41% -
HSV(B) 26.79º 0.86% 0.73% -
XYZ 24.47 18.94 3.34 -
YUV 115.22 77.65 177.77 -
System Red Green Blue C M Y K H S L
Decimal 185 97 26 0 0.48 0.86 0.27 26.79 0.75 0.41
Hex B9 61 1A 0 30 56 1B 1B 4B 29
Octal 271 141 32 0 60 126 33 33 113 51
Binary 10111001 1100001 11010 0 110000 1010110 11011 11011 1001011 101001

Color Harmonies of #B9611A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9611A

Black with #B9611A

Text Example


Text Example

White with #B9611A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9611A; }

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

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

background-color css

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

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

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

border-color css

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

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

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