Html Css Color HEX #BB601B Christine

📋 copy color: '#BB601B'

red 187 ◦ green 96 ◦ blue 27

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

Shades of Christine #BB601B

Tints of Christine #BB601B

RGB

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

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

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

R = 60.32%
G = 30.97%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB601B (or 0xBB601B) is known color: Christine. HEX triplet: BB, 60 and 1B. RGB value is (187,96,27). Sum of RGB (Red+Green+Blue) = 187+96+27=310 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.32% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 27 (10.94% from 255 or 8.71% from 310); Max value from RGB is 187 - color contains mainly: red. Hex color #BB601B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB601B is #449FE4. Grayscale: #737373. Windows color (decimal): -4497381 or 1794235. OLE color: 1794235.

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

Color convert

RGB 187 96 27 -
CMYK 0 0.49 0.86 0.27
HSL 25.88º 0.75% 0.42% -
HSV(B) 25.88º 0.86% 0.73% -
XYZ 24.87 19.01 3.4 -
YUV 115.34 78.15 179.11 -
System Red Green Blue C M Y K H S L
Decimal 187 96 27 0 0.49 0.86 0.27 25.88 0.75 0.42
Hex BB 60 1B 0 31 56 1B 1A 4B 2A
Octal 273 140 33 0 61 126 33 32 113 52
Binary 10111011 1100000 11011 0 110001 1010110 11011 11010 1001011 101010

Color Harmonies of #BB601B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB601B

Black with #BB601B

Text Example


Text Example

White with #BB601B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB601B; }

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

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

background-color css

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

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

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

border-color css

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

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

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