Html Css Color HEX #BB6332 Smoke Tree

📋 copy color: '#BB6332'

red 187 ◦ green 99 ◦ blue 50

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

Shades of Smoke Tree #BB6332

Tints of Smoke Tree #BB6332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.88%

R = 55.65%
G = 29.46%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB6332 (or 0xBB6332) is known color: Smoke Tree. HEX triplet: BB, 63 and 32. RGB value is (187,99,50). Sum of RGB (Red+Green+Blue) = 187+99+50=336 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.65% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 50 (19.92% from 255 or 14.88% from 336); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6332 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6332 is #449CCD. Grayscale: #787878. Windows color (decimal): -4496590 or 3302331. OLE color: 3302331.

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

Color convert

RGB 187 99 50 -
CMYK 0 0.47 0.73 0.27
HSL 21.46º 0.58% 0.46% -
HSV(B) 21.46º 0.73% 0.73% -
XYZ 25.53 19.72 5.48 -
YUV 119.73 88.65 175.98 -
System Red Green Blue C M Y K H S L
Decimal 187 99 50 0 0.47 0.73 0.27 21.46 0.58 0.46
Hex BB 63 32 0 2F 49 1B 15 3A 2E
Octal 273 143 62 0 57 111 33 25 72 56
Binary 10111011 1100011 110010 0 101111 1001001 11011 10101 111010 101110

Color Harmonies of #BB6332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6332

Black with #BB6332

Text Example


Text Example

White with #BB6332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6332; }

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

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

background-color css

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

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

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

border-color css

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

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

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