Html Css Color HEX #BA6433 Smoke Tree

📋 copy color: '#BA6433'

red 186 ◦ green 100 ◦ blue 51

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

Shades of Smoke Tree #BA6433

Tints of Smoke Tree #BA6433

RGB

 RED value IS 186 (73.05% from 255) = 55.19%

 GREEN value IS 100 (39.45% from 255) = 29.67%

 BLUE value IS 51 (20.31% from 255) = 15.13%

R = 55.19%
G = 29.67%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA6433 (or 0xBA6433) is known color: Smoke Tree. HEX triplet: BA, 64 and 33. RGB value is (186,100,51). Sum of RGB (Red+Green+Blue) = 186+100+51=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 51 (20.31% from 255 or 15.13% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6433 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6433 is #459BCC. Grayscale: #787878. Windows color (decimal): -4561869 or 3368122. OLE color: 3368122.

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

Color convert

RGB 186 100 51 -
CMYK 0 0.46 0.73 0.27
HSL 21.78º 0.57% 0.46% -
HSV(B) 21.78º 0.73% 0.73% -
XYZ 25.4 19.79 5.61 -
YUV 120.13 88.99 174.98 -
System Red Green Blue C M Y K H S L
Decimal 186 100 51 0 0.46 0.73 0.27 21.78 0.57 0.46
Hex BA 64 33 0 2E 49 1B 16 39 2E
Octal 272 144 63 0 56 111 33 26 71 56
Binary 10111010 1100100 110011 0 101110 1001001 11011 10110 111001 101110

Color Harmonies of #BA6433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6433

Black with #BA6433

Text Example


Text Example

White with #BA6433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6433; }

 p { color: rgb(186,100,51); }

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

background-color css

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

 a { background-color: rgb(186,100,51); }

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

border-color css

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

 span { border-color: rgb(186,100,51); }

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