Html Css Color HEX #BB613E Smoke Tree

📋 copy color: '#BB613E'

red 187 ◦ green 97 ◦ blue 62

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

Shades of Smoke Tree #BB613E

Tints of Smoke Tree #BB613E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.92%

R = 54.05%
G = 28.03%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB613E (or 0xBB613E) is known color: Smoke Tree. HEX triplet: BB, 61 and 3E. RGB value is (187,97,62). Sum of RGB (Red+Green+Blue) = 187+97+62=346 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.05% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 62 (24.61% from 255 or 17.92% from 346); Max value from RGB is 187 - color contains mainly: red. Hex color #BB613E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB613E is #449EC1. Grayscale: #787878. Windows color (decimal): -4497090 or 4088251. OLE color: 4088251.

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

Color convert

RGB 187 97 62 -
CMYK 0 0.48 0.67 0.27
HSL 16.8º 0.5% 0.49% -
HSV(B) 16.8º 0.67% 0.73% -
XYZ 25.64 19.46 6.96 -
YUV 119.92 95.32 175.85 -
System Red Green Blue C M Y K H S L
Decimal 187 97 62 0 0.48 0.67 0.27 16.8 0.5 0.49
Hex BB 61 3E 0 30 43 1B 11 32 31
Octal 273 141 76 0 60 103 33 21 62 61
Binary 10111011 1100001 111110 0 110000 1000011 11011 10001 110010 110001

Color Harmonies of #BB613E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB613E

Black with #BB613E

Text Example


Text Example

White with #BB613E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB613E; }

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

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

background-color css

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

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

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

border-color css

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

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

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