Html Css Color HEX #BD9C4B Husk

📋 copy color: '#BD9C4B'

red 189 ◦ green 156 ◦ blue 75

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

Shades of Husk #BD9C4B

Tints of Husk #BD9C4B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.14%

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

R = 45%
G = 37.14%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD9C4B (or 0xBD9C4B) is known color: Husk. HEX triplet: BD, 9C and 4B. RGB value is (189,156,75). Sum of RGB (Red+Green+Blue) = 189+156+75=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 75 (29.69% from 255 or 17.86% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9C4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9C4B is #4263B4. Grayscale: #9C9C9C. Windows color (decimal): -4350901 or 4955325. OLE color: 4955325.

HSL color Cylindrical-coordinate representation of color #BD9C4B: hue angle of 42.63º 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 #BD9C4B is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 156 75 -
CMYK 0 0.17 0.60 0.26
HSL 42.63º 0.46% 0.52% -
HSV(B) 42.63º 0.6% 0.74% -
XYZ 34.14 35.1 11.63 -
YUV 156.63 81.93 151.09 -
System Red Green Blue C M Y K H S L
Decimal 189 156 75 0 0.17 0.60 0.26 42.63 0.46 0.52
Hex BD 9C 4B 0 11 3C 1A 2B 2E 34
Octal 275 234 113 0 21 74 32 53 56 64
Binary 10111101 10011100 1001011 0 10001 111100 11010 101011 101110 110100

Color Harmonies of #BD9C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9C4B

Black with #BD9C4B

Text Example


Text Example

White with #BD9C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9C4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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