Html Css Color HEX #BD8F44 Tussock

📋 copy color: '#BD8F44'

red 189 ◦ green 143 ◦ blue 68

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

Shades of Tussock #BD8F44

Tints of Tussock #BD8F44

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.75%

 BLUE value IS 68 (26.95% from 255) = 17%

R = 47.25%
G = 35.75%
B = 17%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BD8F44 (or 0xBD8F44) is known color: Tussock. HEX triplet: BD, 8F and 44. RGB value is (189,143,68). Sum of RGB (Red+Green+Blue) = 189+143+68=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 68 (26.95% from 255 or 17% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8F44 is #4270BB. Grayscale: #949494. Windows color (decimal): -4354236 or 4493245. OLE color: 4493245.

HSL color Cylindrical-coordinate representation of color #BD8F44: hue angle of 37.19º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD8F44 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 143 68 -
CMYK 0 0.24 0.64 0.26
HSL 37.19º 0.48% 0.5% -
HSV(B) 37.19º 0.64% 0.74% -
XYZ 31.85 30.88 9.75 -
YUV 148.2 82.74 157.1 -
System Red Green Blue C M Y K H S L
Decimal 189 143 68 0 0.24 0.64 0.26 37.19 0.48 0.5
Hex BD 8F 44 0 18 40 1A 25 30 32
Octal 275 217 104 0 30 100 32 45 60 62
Binary 10111101 10001111 1000100 0 11000 1000000 11010 100101 110000 110010

Color Harmonies of #BD8F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8F44

Black with #BD8F44

Text Example


Text Example

White with #BD8F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8F44; }

 p { color: rgb(189,143,68); }

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

background-color css

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

 a { background-color: rgb(189,143,68); }

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

border-color css

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

 span { border-color: rgb(189,143,68); }

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