Html Css Color HEX #BD984D Tussock

📋 copy color: '#BD984D'

red 189 ◦ green 152 ◦ blue 77

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

Shades of Tussock #BD984D

Tints of Tussock #BD984D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.36%

 BLUE value IS 77 (30.47% from 255) = 18.42%

R = 45.22%
G = 36.36%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD984D (or 0xBD984D) is known color: Tussock. HEX triplet: BD, 98 and 4D. RGB value is (189,152,77). Sum of RGB (Red+Green+Blue) = 189+152+77=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 77 (30.47% from 255 or 18.42% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BD984D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD984D is #4267B2. Grayscale: #9A9A9A. Windows color (decimal): -4351923 or 5085373. OLE color: 5085373.

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

Color convert

RGB 189 152 77 -
CMYK 0 0.20 0.59 0.26
HSL 40.18º 0.46% 0.52% -
HSV(B) 40.18º 0.59% 0.74% -
XYZ 33.55 33.81 11.78 -
YUV 154.51 84.26 152.6 -
System Red Green Blue C M Y K H S L
Decimal 189 152 77 0 0.20 0.59 0.26 40.18 0.46 0.52
Hex BD 98 4D 0 14 3B 1A 28 2E 34
Octal 275 230 115 0 24 73 32 50 56 64
Binary 10111101 10011000 1001101 0 10100 111011 11010 101000 101110 110100

Color Harmonies of #BD984D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD984D

Black with #BD984D

Text Example


Text Example

White with #BD984D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD984D; }

 p { color: rgb(189,152,77); }

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

background-color css

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

 a { background-color: rgb(189,152,77); }

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

border-color css

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

 span { border-color: rgb(189,152,77); }

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