Html Css Color HEX #BD602F Smoke Tree

📋 copy color: '#BD602F'

red 189 ◦ green 96 ◦ blue 47

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

Shades of Smoke Tree #BD602F

Tints of Smoke Tree #BD602F

RGB

 RED value IS 189 (74.22% from 255) = 56.93%

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

 BLUE value IS 47 (18.75% from 255) = 14.16%

R = 56.93%
G = 28.92%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BD602F (or 0xBD602F) is known color: Smoke Tree. HEX triplet: BD, 60 and 2F. RGB value is (189,96,47). Sum of RGB (Red+Green+Blue) = 189+96+47=332 (43% of max value = 765). Red value is 189 (74.22% from 255 or 56.93% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 189 - color contains mainly: red. Hex color #BD602F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD602F is #429FD0. Grayscale: #767676. Windows color (decimal): -4366289 or 3104957. OLE color: 3104957.

HSL color Cylindrical-coordinate representation of color #BD602F: hue angle of 20.7º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD602F is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 96 47 -
CMYK 0 0.49 0.75 0.26
HSL 20.7º 0.6% 0.46% -
HSV(B) 20.7º 0.75% 0.74% -
XYZ 25.68 19.39 5.08 -
YUV 118.22 87.81 178.48 -
System Red Green Blue C M Y K H S L
Decimal 189 96 47 0 0.49 0.75 0.26 20.7 0.6 0.46
Hex BD 60 2F 0 31 4B 1A 15 3C 2E
Octal 275 140 57 0 61 113 32 25 74 56
Binary 10111101 1100000 101111 0 110001 1001011 11010 10101 111100 101110

Color Harmonies of #BD602F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD602F

Black with #BD602F

Text Example


Text Example

White with #BD602F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD602F; }

 p { color: rgb(189,96,47); }

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

background-color css

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

 a { background-color: rgb(189,96,47); }

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

border-color css

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

 span { border-color: rgb(189,96,47); }

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