Html Css Color HEX #BD884F Tussock

📋 copy color: '#BD884F'

red 189 ◦ green 136 ◦ blue 79

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

Shades of Tussock #BD884F

Tints of Tussock #BD884F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.66%

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

R = 46.78%
G = 33.66%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BD884F (or 0xBD884F) is known color: Tussock. HEX triplet: BD, 88 and 4F. RGB value is (189,136,79). Sum of RGB (Red+Green+Blue) = 189+136+79=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 79 (31.25% from 255 or 19.55% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BD884F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD884F is #4277B0. Grayscale: #919191. Windows color (decimal): -4356017 or 5212349. OLE color: 5212349.

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

Color convert

RGB 189 136 79 -
CMYK 0 0.28 0.58 0.26
HSL 31.09º 0.45% 0.53% -
HSV(B) 31.09º 0.58% 0.74% -
XYZ 31.2 28.99 11.35 -
YUV 145.35 90.56 159.13 -
System Red Green Blue C M Y K H S L
Decimal 189 136 79 0 0.28 0.58 0.26 31.09 0.45 0.53
Hex BD 88 4F 0 1C 3A 1A 1F 2D 35
Octal 275 210 117 0 34 72 32 37 55 65
Binary 10111101 10001000 1001111 0 11100 111010 11010 11111 101101 110101

Color Harmonies of #BD884F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD884F

Black with #BD884F

Text Example


Text Example

White with #BD884F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD884F; }

 p { color: rgb(189,136,79); }

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

background-color css

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

 a { background-color: rgb(189,136,79); }

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

border-color css

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

 span { border-color: rgb(189,136,79); }

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