Html Css Color HEX #BD984B Tussock

📋 copy color: '#BD984B'

red 189 ◦ green 152 ◦ blue 75

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

Shades of Tussock #BD984B

Tints of Tussock #BD984B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.03%

R = 45.43%
G = 36.54%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD984B (or 0xBD984B) is known color: Tussock. HEX triplet: BD, 98 and 4B. RGB value is (189,152,75). Sum of RGB (Red+Green+Blue) = 189+152+75=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 75 (29.69% from 255 or 18.03% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BD984B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD984B is #4267B4. Grayscale: #9A9A9A. Windows color (decimal): -4351925 or 4954301. OLE color: 4954301.

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

Color convert

RGB 189 152 75 -
CMYK 0 0.20 0.60 0.26
HSL 40.53º 0.46% 0.52% -
HSV(B) 40.53º 0.6% 0.74% -
XYZ 33.48 33.78 11.41 -
YUV 154.29 83.26 152.76 -
System Red Green Blue C M Y K H S L
Decimal 189 152 75 0 0.20 0.60 0.26 40.53 0.46 0.52
Hex BD 98 4B 0 14 3C 1A 29 2E 34
Octal 275 230 113 0 24 74 32 51 56 64
Binary 10111101 10011000 1001011 0 10100 111100 11010 101001 101110 110100

Color Harmonies of #BD984B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD984B

Black with #BD984B

Text Example


Text Example

White with #BD984B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD984B; }

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

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

background-color css

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

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

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

border-color css

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

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

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