Html Css Color HEX #BD9F4B Husk

📋 copy color: '#BD9F4B'

red 189 ◦ green 159 ◦ blue 75

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

Shades of Husk #BD9F4B

Tints of Husk #BD9F4B

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.59%

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

R = 44.68%
G = 37.59%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD9F4B (or 0xBD9F4B) is known color: Husk. HEX triplet: BD, 9F and 4B. RGB value is (189,159,75). Sum of RGB (Red+Green+Blue) = 189+159+75=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 75 (29.69% from 255 or 17.73% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9F4B is #4260B4. Grayscale: #9E9E9E. Windows color (decimal): -4350133 or 4956093. OLE color: 4956093.

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

Color convert

RGB 189 159 75 -
CMYK 0 0.16 0.60 0.26
HSL 44.21º 0.46% 0.52% -
HSV(B) 44.21º 0.6% 0.74% -
XYZ 34.65 36.12 11.8 -
YUV 158.39 80.94 149.83 -
System Red Green Blue C M Y K H S L
Decimal 189 159 75 0 0.16 0.60 0.26 44.21 0.46 0.52
Hex BD 9F 4B 0 10 3C 1A 2C 2E 34
Octal 275 237 113 0 20 74 32 54 56 64
Binary 10111101 10011111 1001011 0 10000 111100 11010 101100 101110 110100

Color Harmonies of #BD9F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9F4B

Black with #BD9F4B

Text Example


Text Example

White with #BD9F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9F4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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