Html Css Color HEX #B4643A Smoke Tree

📋 copy color: '#B4643A'

red 180 ◦ green 100 ◦ blue 58

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

Shades of Smoke Tree #B4643A

Tints of Smoke Tree #B4643A

RGB

 RED value IS 180 (70.7% from 255) = 53.25%

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

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

R = 53.25%
G = 29.59%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B4643A (or 0xB4643A) is known color: Smoke Tree. HEX triplet: B4, 64 and 3A. RGB value is (180,100,58). Sum of RGB (Red+Green+Blue) = 180+100+58=338 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.25% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 58 (23.05% from 255 or 17.16% from 338); Max value from RGB is 180 - color contains mainly: red. Hex color #B4643A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4643A is #4B9BC5. Grayscale: #777777. Windows color (decimal): -4955078 or 3826868. OLE color: 3826868.

HSL color Cylindrical-coordinate representation of color #B4643A: hue angle of 20.66º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B4643A is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 100 58 -
CMYK 0 0.44 0.68 0.29
HSL 20.66º 0.51% 0.47% -
HSV(B) 20.66º 0.68% 0.71% -
XYZ 24.14 19.12 6.42 -
YUV 119.13 93.5 171.42 -
System Red Green Blue C M Y K H S L
Decimal 180 100 58 0 0.44 0.68 0.29 20.66 0.51 0.47
Hex B4 64 3A 0 2C 44 1D 15 33 2F
Octal 264 144 72 0 54 104 35 25 63 57
Binary 10110100 1100100 111010 0 101100 1000100 11101 10101 110011 101111

Color Harmonies of #B4643A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4643A

Black with #B4643A

Text Example


Text Example

White with #B4643A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4643A; }

 p { color: rgb(180,100,58); }

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

background-color css

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

 a { background-color: rgb(180,100,58); }

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

border-color css

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

 span { border-color: rgb(180,100,58); }

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