Html Css Color HEX #B4622F Smoke Tree

📋 copy color: '#B4622F'

red 180 ◦ green 98 ◦ blue 47

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

Shades of Smoke Tree #B4622F

Tints of Smoke Tree #B4622F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.15%

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

R = 55.38%
G = 30.15%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B4622F (or 0xB4622F) is known color: Smoke Tree. HEX triplet: B4, 62 and 2F. RGB value is (180,98,47). Sum of RGB (Red+Green+Blue) = 180+98+47=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B4622F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4622F is #4B9DD0. Grayscale: #747474. Windows color (decimal): -4955601 or 3105460. OLE color: 3105460.

HSL color Cylindrical-coordinate representation of color #B4622F: hue angle of 23.01º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B4622F is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 98 47 -
CMYK 0 0.46 0.74 0.29
HSL 23.01º 0.59% 0.45% -
HSV(B) 23.01º 0.74% 0.71% -
XYZ 23.7 18.64 5.04 -
YUV 116.7 88.67 173.15 -
System Red Green Blue C M Y K H S L
Decimal 180 98 47 0 0.46 0.74 0.29 23.01 0.59 0.45
Hex B4 62 2F 0 2E 4A 1D 17 3B 2D
Octal 264 142 57 0 56 112 35 27 73 55
Binary 10110100 1100010 101111 0 101110 1001010 11101 10111 111011 101101

Color Harmonies of #B4622F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4622F

Black with #B4622F

Text Example


Text Example

White with #B4622F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4622F; }

 p { color: rgb(180,98,47); }

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

background-color css

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

 a { background-color: rgb(180,98,47); }

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

border-color css

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

 span { border-color: rgb(180,98,47); }

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