Html Css Color HEX #BB603D Smoke Tree

📋 copy color: '#BB603D'

red 187 ◦ green 96 ◦ blue 61

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

Shades of Smoke Tree #BB603D

Tints of Smoke Tree #BB603D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.91%

 BLUE value IS 61 (24.22% from 255) = 17.73%

R = 54.36%
G = 27.91%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB603D (or 0xBB603D) is known color: Smoke Tree. HEX triplet: BB, 60 and 3D. RGB value is (187,96,61). Sum of RGB (Red+Green+Blue) = 187+96+61=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 61 (24.22% from 255 or 17.73% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB603D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB603D is #449FC2. Grayscale: #777777. Windows color (decimal): -4497347 or 4022459. OLE color: 4022459.

HSL color Cylindrical-coordinate representation of color #BB603D: hue angle of 16.67º degrees, saturation: 0.51, 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 #BB603D is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 96 61 -
CMYK 0 0.49 0.67 0.27
HSL 16.67º 0.51% 0.49% -
HSV(B) 16.67º 0.67% 0.73% -
XYZ 25.52 19.27 6.79 -
YUV 119.22 95.15 176.35 -
System Red Green Blue C M Y K H S L
Decimal 187 96 61 0 0.49 0.67 0.27 16.67 0.51 0.49
Hex BB 60 3D 0 31 43 1B 11 33 31
Octal 273 140 75 0 61 103 33 21 63 61
Binary 10111011 1100000 111101 0 110001 1000011 11011 10001 110011 110001

Color Harmonies of #BB603D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB603D

Black with #BB603D

Text Example


Text Example

White with #BB603D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB603D; }

 p { color: rgb(187,96,61); }

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

background-color css

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

 a { background-color: rgb(187,96,61); }

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

border-color css

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

 span { border-color: rgb(187,96,61); }

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