Html Css Color HEX #BD894A Tussock

📋 copy color: '#BD894A'

red 189 ◦ green 137 ◦ blue 74

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

Shades of Tussock #BD894A

Tints of Tussock #BD894A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.25%

 BLUE value IS 74 (29.3% from 255) = 18.5%

R = 47.25%
G = 34.25%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BD894A (or 0xBD894A) is known color: Tussock. HEX triplet: BD, 89 and 4A. RGB value is (189,137,74). Sum of RGB (Red+Green+Blue) = 189+137+74=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 74 (29.30% from 255 or 18.5% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD894A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD894A is #4276B5. Grayscale: #919191. Windows color (decimal): -4355766 or 4884925. OLE color: 4884925.

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

Color convert

RGB 189 137 74 -
CMYK 0 0.28 0.61 0.26
HSL 32.87º 0.47% 0.52% -
HSV(B) 32.87º 0.61% 0.74% -
XYZ 31.17 29.2 10.47 -
YUV 145.37 87.73 159.12 -
System Red Green Blue C M Y K H S L
Decimal 189 137 74 0 0.28 0.61 0.26 32.87 0.47 0.52
Hex BD 89 4A 0 1C 3D 1A 21 2F 34
Octal 275 211 112 0 34 75 32 41 57 64
Binary 10111101 10001001 1001010 0 11100 111101 11010 100001 101111 110100

Color Harmonies of #BD894A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD894A

Black with #BD894A

Text Example


Text Example

White with #BD894A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD894A; }

 p { color: rgb(189,137,74); }

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

background-color css

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

 a { background-color: rgb(189,137,74); }

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

border-color css

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

 span { border-color: rgb(189,137,74); }

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