Html Css Color HEX #BB611B Christine

📋 copy color: '#BB611B'

red 187 ◦ green 97 ◦ blue 27

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

Shades of Christine #BB611B

Tints of Christine #BB611B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.68%

R = 60.13%
G = 31.19%
B = 8.68%

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

#BB611B (or 0xBB611B) is known color: Christine. HEX triplet: BB, 61 and 1B. RGB value is (187,97,27). Sum of RGB (Red+Green+Blue) = 187+97+27=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 27 (10.94% from 255 or 8.68% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB611B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB611B is #449EE4. Grayscale: #747474. Windows color (decimal): -4497125 or 1794491. OLE color: 1794491.

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

Color convert

RGB 187 97 27 -
CMYK 0 0.48 0.86 0.27
HSL 26.25º 0.75% 0.42% -
HSV(B) 26.25º 0.86% 0.73% -
XYZ 24.97 19.19 3.43 -
YUV 115.93 77.82 178.69 -
System Red Green Blue C M Y K H S L
Decimal 187 97 27 0 0.48 0.86 0.27 26.25 0.75 0.42
Hex BB 61 1B 0 30 56 1B 1A 4B 2A
Octal 273 141 33 0 60 126 33 32 113 52
Binary 10111011 1100001 11011 0 110000 1010110 11011 11010 1001011 101010

Color Harmonies of #BB611B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB611B

Black with #BB611B

Text Example


Text Example

White with #BB611B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB611B; }

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

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

background-color css

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

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

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

border-color css

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

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

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