Html Css Color HEX #BB6531 Christine

📋 copy color: '#BB6531'

red 187 ◦ green 101 ◦ blue 49

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

Shades of Christine #BB6531

Tints of Christine #BB6531

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.97%

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

R = 55.49%
G = 29.97%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB6531 (or 0xBB6531) is known color: Christine. HEX triplet: BB, 65 and 31. RGB value is (187,101,49). Sum of RGB (Red+Green+Blue) = 187+101+49=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 49 (19.53% from 255 or 14.54% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6531 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6531 is #449ACE. Grayscale: #797979. Windows color (decimal): -4496079 or 3237307. OLE color: 3237307.

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

Color convert

RGB 187 101 49 -
CMYK 0 0.46 0.74 0.27
HSL 22.61º 0.58% 0.46% -
HSV(B) 22.61º 0.74% 0.73% -
XYZ 25.7 20.09 5.43 -
YUV 120.79 87.49 175.23 -
System Red Green Blue C M Y K H S L
Decimal 187 101 49 0 0.46 0.74 0.27 22.61 0.58 0.46
Hex BB 65 31 0 2E 4A 1B 17 3A 2E
Octal 273 145 61 0 56 112 33 27 72 56
Binary 10111011 1100101 110001 0 101110 1001010 11011 10111 111010 101110

Color Harmonies of #BB6531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6531

Black with #BB6531

Text Example


Text Example

White with #BB6531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6531; }

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

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

background-color css

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

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

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

border-color css

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

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

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