Html Css Color HEX #BB611C Christine

📋 copy color: '#BB611C'

red 187 ◦ green 97 ◦ blue 28

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

Shades of Christine #BB611C

Tints of Christine #BB611C

RGB

 RED value IS 187 (73.44% from 255) = 59.94%

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

 BLUE value IS 28 (11.33% from 255) = 8.97%

R = 59.94%
G = 31.09%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BB611C (or 0xBB611C) is known color: Christine. HEX triplet: BB, 61 and 1C. RGB value is (187,97,28). Sum of RGB (Red+Green+Blue) = 187+97+28=312 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.94% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 28 (11.33% from 255 or 8.97% from 312); Max value from RGB is 187 - color contains mainly: red. Hex color #BB611C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB611C is #449EE3. Grayscale: #747474. Windows color (decimal): -4497124 or 1860027. OLE color: 1860027.

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

Color convert

RGB 187 97 28 -
CMYK 0 0.48 0.85 0.27
HSL 26.04º 0.74% 0.42% -
HSV(B) 26.04º 0.85% 0.73% -
XYZ 24.98 19.2 3.49 -
YUV 116.04 78.32 178.61 -
System Red Green Blue C M Y K H S L
Decimal 187 97 28 0 0.48 0.85 0.27 26.04 0.74 0.42
Hex BB 61 1C 0 30 55 1B 1A 4A 2A
Octal 273 141 34 0 60 125 33 32 112 52
Binary 10111011 1100001 11100 0 110000 1010101 11011 11010 1001010 101010

Color Harmonies of #BB611C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB611C

Black with #BB611C

Text Example


Text Example

White with #BB611C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB611C; }

 p { color: rgb(187,97,28); }

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

background-color css

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

 a { background-color: rgb(187,97,28); }

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

border-color css

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

 span { border-color: rgb(187,97,28); }

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