Html Css Color HEX #BB6631 Christine

📋 copy color: '#BB6631'

red 187 ◦ green 102 ◦ blue 49

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

Shades of Christine #BB6631

Tints of Christine #BB6631

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.18%

 BLUE value IS 49 (19.53% from 255) = 14.5%

R = 55.33%
G = 30.18%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB6631 (or 0xBB6631) is known color: Christine. HEX triplet: BB, 66 and 31. RGB value is (187,102,49). Sum of RGB (Red+Green+Blue) = 187+102+49=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 49 (19.53% from 255 or 14.50% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6631 is #4499CE. Grayscale: #797979. Windows color (decimal): -4495823 or 3237563. OLE color: 3237563.

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

Color convert

RGB 187 102 49 -
CMYK 0 0.45 0.74 0.27
HSL 23.04º 0.58% 0.46% -
HSV(B) 23.04º 0.74% 0.73% -
XYZ 25.8 20.29 5.46 -
YUV 121.37 87.16 174.81 -
System Red Green Blue C M Y K H S L
Decimal 187 102 49 0 0.45 0.74 0.27 23.04 0.58 0.46
Hex BB 66 31 0 2D 4A 1B 17 3A 2E
Octal 273 146 61 0 55 112 33 27 72 56
Binary 10111011 1100110 110001 0 101101 1001010 11011 10111 111010 101110

Color Harmonies of #BB6631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6631

Black with #BB6631

Text Example


Text Example

White with #BB6631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6631; }

 p { color: rgb(187,102,49); }

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

background-color css

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

 a { background-color: rgb(187,102,49); }

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

border-color css

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

 span { border-color: rgb(187,102,49); }

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