Html Css Color HEX #BD653A Smoke Tree

📋 copy color: '#BD653A'

red 189 ◦ green 101 ◦ blue 58

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

Shades of Smoke Tree #BD653A

Tints of Smoke Tree #BD653A

RGB

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

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

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

R = 54.31%
G = 29.02%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD653A (or 0xBD653A) is known color: Smoke Tree. HEX triplet: BD, 65 and 3A. RGB value is (189,101,58). Sum of RGB (Red+Green+Blue) = 189+101+58=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 58 (23.05% from 255 or 16.67% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD653A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD653A is #429AC5. Grayscale: #7A7A7A. Windows color (decimal): -4364998 or 3827133. OLE color: 3827133.

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

Color convert

RGB 189 101 58 -
CMYK 0 0.47 0.69 0.26
HSL 19.69º 0.53% 0.48% -
HSV(B) 19.69º 0.69% 0.74% -
XYZ 26.4 20.43 6.56 -
YUV 122.41 91.65 175.5 -
System Red Green Blue C M Y K H S L
Decimal 189 101 58 0 0.47 0.69 0.26 19.69 0.53 0.48
Hex BD 65 3A 0 2F 45 1A 14 35 30
Octal 275 145 72 0 57 105 32 24 65 60
Binary 10111101 1100101 111010 0 101111 1000101 11010 10100 110101 110000

Color Harmonies of #BD653A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD653A

Black with #BD653A

Text Example


Text Example

White with #BD653A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD653A; }

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

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

background-color css

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

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

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

border-color css

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

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

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