Html Css Color HEX #BF9E4A Husk

📋 copy color: '#BF9E4A'

red 191 ◦ green 158 ◦ blue 74

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

Shades of Husk #BF9E4A

Tints of Husk #BF9E4A

RGB

 RED value IS 191 (75% from 255) = 45.15%

 GREEN value IS 158 (62.11% from 255) = 37.35%

 BLUE value IS 74 (29.3% from 255) = 17.49%

R = 45.15%
G = 37.35%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BF9E4A (or 0xBF9E4A) is known color: Husk. HEX triplet: BF, 9E and 4A. RGB value is (191,158,74). Sum of RGB (Red+Green+Blue) = 191+158+74=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 158 (62.11% from 255 or 37.35% from 423); Blue value is 74 (29.30% from 255 or 17.49% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9E4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9E4A is #4061B5. Grayscale: #9E9E9E. Windows color (decimal): -4219318 or 4890303. OLE color: 4890303.

HSL color Cylindrical-coordinate representation of color #BF9E4A: hue angle of 43.08º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF9E4A is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 158 74 -
CMYK 0 0.17 0.61 0.25
HSL 43.08º 0.48% 0.52% -
HSV(B) 43.08º 0.61% 0.75% -
XYZ 34.95 36.02 11.59 -
YUV 158.29 80.43 151.33 -
System Red Green Blue C M Y K H S L
Decimal 191 158 74 0 0.17 0.61 0.25 43.08 0.48 0.52
Hex BF 9E 4A 0 11 3D 19 2B 30 34
Octal 277 236 112 0 21 75 31 53 60 64
Binary 10111111 10011110 1001010 0 10001 111101 11001 101011 110000 110100

Color Harmonies of #BF9E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9E4A

Black with #BF9E4A

Text Example


Text Example

White with #BF9E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9E4A; }

 p { color: rgb(191,158,74); }

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

background-color css

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

 a { background-color: rgb(191,158,74); }

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

border-color css

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

 span { border-color: rgb(191,158,74); }

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