Html Css Color HEX #BB6329 Christine

📋 copy color: '#BB6329'

red 187 ◦ green 99 ◦ blue 41

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

Shades of Christine #BB6329

Tints of Christine #BB6329

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.28%

 BLUE value IS 41 (16.41% from 255) = 12.54%

R = 57.19%
G = 30.28%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BB6329 (or 0xBB6329) is known color: Christine. HEX triplet: BB, 63 and 29. RGB value is (187,99,41). Sum of RGB (Red+Green+Blue) = 187+99+41=327 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.19% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 41 (16.41% from 255 or 12.54% from 327); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6329 is #449CD6. Grayscale: #777777. Windows color (decimal): -4496599 or 2712507. OLE color: 2712507.

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

Color convert

RGB 187 99 41 -
CMYK 0 0.47 0.78 0.27
HSL 23.84º 0.64% 0.45% -
HSV(B) 23.84º 0.78% 0.73% -
XYZ 25.36 19.65 4.55 -
YUV 118.7 84.15 176.72 -
System Red Green Blue C M Y K H S L
Decimal 187 99 41 0 0.47 0.78 0.27 23.84 0.64 0.45
Hex BB 63 29 0 2F 4E 1B 18 40 2D
Octal 273 143 51 0 57 116 33 30 100 55
Binary 10111011 1100011 101001 0 101111 1001110 11011 11000 1000000 101101

Color Harmonies of #BB6329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6329

Black with #BB6329

Text Example


Text Example

White with #BB6329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6329; }

 p { color: rgb(187,99,41); }

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

background-color css

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

 a { background-color: rgb(187,99,41); }

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

border-color css

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

 span { border-color: rgb(187,99,41); }

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