Html Css Color HEX #B9844F Tussock

📋 copy color: '#B9844F'

red 185 ◦ green 132 ◦ blue 79

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

Shades of Tussock #B9844F

Tints of Tussock #B9844F

RGB

 RED value IS 185 (72.66% from 255) = 46.72%

 GREEN value IS 132 (51.95% from 255) = 33.33%

 BLUE value IS 79 (31.25% from 255) = 19.95%

R = 46.72%
G = 33.33%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#B9844F (or 0xB9844F) is known color: Tussock. HEX triplet: B9, 84 and 4F. RGB value is (185,132,79). Sum of RGB (Red+Green+Blue) = 185+132+79=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 79 (31.25% from 255 or 19.95% from 396); Max value from RGB is 185 - color contains mainly: red. Hex color #B9844F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9844F is #467BB0. Grayscale: #8E8E8E. Windows color (decimal): -4619185 or 5211321. OLE color: 5211321.

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

Color convert

RGB 185 132 79 -
CMYK 0 0.29 0.57 0.27
HSL 30º 0.43% 0.52% -
HSV(B) 30º 0.57% 0.73% -
XYZ 29.67 27.38 11.12 -
YUV 141.81 92.56 158.81 -
System Red Green Blue C M Y K H S L
Decimal 185 132 79 0 0.29 0.57 0.27 30 0.43 0.52
Hex B9 84 4F 0 1D 39 1B 1E 2B 34
Octal 271 204 117 0 35 71 33 36 53 64
Binary 10111001 10000100 1001111 0 11101 111001 11011 11110 101011 110100

Color Harmonies of #B9844F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9844F

Black with #B9844F

Text Example


Text Example

White with #B9844F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9844F; }

 p { color: rgb(185,132,79); }

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

background-color css

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

 a { background-color: rgb(185,132,79); }

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

border-color css

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

 span { border-color: rgb(185,132,79); }

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