Html Css Color HEX #BD653C Smoke Tree

📋 copy color: '#BD653C'

red 189 ◦ green 101 ◦ blue 60

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

Shades of Smoke Tree #BD653C

Tints of Smoke Tree #BD653C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.14%

R = 54%
G = 28.86%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD653C (or 0xBD653C) is known color: Smoke Tree. HEX triplet: BD, 65 and 3C. RGB value is (189,101,60). Sum of RGB (Red+Green+Blue) = 189+101+60=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD653C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD653C is #429AC3. Grayscale: #7A7A7A. Windows color (decimal): -4364996 or 3958205. OLE color: 3958205.

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

Color convert

RGB 189 101 60 -
CMYK 0 0.47 0.68 0.26
HSL 19.07º 0.52% 0.49% -
HSV(B) 19.07º 0.68% 0.74% -
XYZ 26.46 20.45 6.83 -
YUV 122.64 92.65 175.33 -
System Red Green Blue C M Y K H S L
Decimal 189 101 60 0 0.47 0.68 0.26 19.07 0.52 0.49
Hex BD 65 3C 0 2F 44 1A 13 34 31
Octal 275 145 74 0 57 104 32 23 64 61
Binary 10111101 1100101 111100 0 101111 1000100 11010 10011 110100 110001

Color Harmonies of #BD653C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD653C

Black with #BD653C

Text Example


Text Example

White with #BD653C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD653C; }

 p { color: rgb(189,101,60); }

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

background-color css

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

 a { background-color: rgb(189,101,60); }

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

border-color css

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

 span { border-color: rgb(189,101,60); }

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