Html Css Color HEX #BB613B Smoke Tree

📋 copy color: '#BB613B'

red 187 ◦ green 97 ◦ blue 59

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

Shades of Smoke Tree #BB613B

Tints of Smoke Tree #BB613B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.28%

 BLUE value IS 59 (23.44% from 255) = 17.2%

R = 54.52%
G = 28.28%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BB613B (or 0xBB613B) is known color: Smoke Tree. HEX triplet: BB, 61 and 3B. RGB value is (187,97,59). Sum of RGB (Red+Green+Blue) = 187+97+59=343 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.52% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 59 (23.44% from 255 or 17.20% from 343); Max value from RGB is 187 - color contains mainly: red. Hex color #BB613B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB613B is #449EC4. Grayscale: #777777. Windows color (decimal): -4497093 or 3891643. OLE color: 3891643.

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

Color convert

RGB 187 97 59 -
CMYK 0 0.48 0.68 0.27
HSL 17.81º 0.52% 0.48% -
HSV(B) 17.81º 0.68% 0.73% -
XYZ 25.56 19.43 6.54 -
YUV 119.58 93.82 176.09 -
System Red Green Blue C M Y K H S L
Decimal 187 97 59 0 0.48 0.68 0.27 17.81 0.52 0.48
Hex BB 61 3B 0 30 44 1B 12 34 30
Octal 273 141 73 0 60 104 33 22 64 60
Binary 10111011 1100001 111011 0 110000 1000100 11011 10010 110100 110000

Color Harmonies of #BB613B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB613B

Black with #BB613B

Text Example


Text Example

White with #BB613B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB613B; }

 p { color: rgb(187,97,59); }

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

background-color css

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

 a { background-color: rgb(187,97,59); }

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

border-color css

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

 span { border-color: rgb(187,97,59); }

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