Html Css Color HEX #BB653A Smoke Tree

📋 copy color: '#BB653A'

red 187 ◦ green 101 ◦ blue 58

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

Shades of Smoke Tree #BB653A

Tints of Smoke Tree #BB653A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.76%

R = 54.05%
G = 29.19%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BB653A (or 0xBB653A) is known color: Smoke Tree. HEX triplet: BB, 65 and 3A. RGB value is (187,101,58). Sum of RGB (Red+Green+Blue) = 187+101+58=346 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.05% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 58 (23.05% from 255 or 16.76% from 346); Max value from RGB is 187 - color contains mainly: red. Hex color #BB653A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB653A is #449AC5. Grayscale: #7A7A7A. Windows color (decimal): -4496070 or 3827131. OLE color: 3827131.

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

Color convert

RGB 187 101 58 -
CMYK 0 0.46 0.69 0.27
HSL 20º 0.53% 0.48% -
HSV(B) 20º 0.69% 0.73% -
XYZ 25.91 20.18 6.53 -
YUV 121.81 91.99 174.5 -
System Red Green Blue C M Y K H S L
Decimal 187 101 58 0 0.46 0.69 0.27 20 0.53 0.48
Hex BB 65 3A 0 2E 45 1B 14 35 30
Octal 273 145 72 0 56 105 33 24 65 60
Binary 10111011 1100101 111010 0 101110 1000101 11011 10100 110101 110000

Color Harmonies of #BB653A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB653A

Black with #BB653A

Text Example


Text Example

White with #BB653A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB653A; }

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

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

background-color css

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

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

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

border-color css

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

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

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