Html Css Color HEX #BE9C4D Husk

📋 copy color: '#BE9C4D'

red 190 ◦ green 156 ◦ blue 77

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

Shades of Husk #BE9C4D

Tints of Husk #BE9C4D

RGB

 RED value IS 190 (74.61% from 255) = 44.92%

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

 BLUE value IS 77 (30.47% from 255) = 18.2%

R = 44.92%
G = 36.88%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE9C4D (or 0xBE9C4D) is known color: Husk. HEX triplet: BE, 9C and 4D. RGB value is (190,156,77). Sum of RGB (Red+Green+Blue) = 190+156+77=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 77 (30.47% from 255 or 18.20% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9C4D is #4163B2. Grayscale: #9D9D9D. Windows color (decimal): -4285363 or 5086398. OLE color: 5086398.

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

Color convert

RGB 190 156 77 -
CMYK 0 0.18 0.59 0.25
HSL 41.95º 0.47% 0.52% -
HSV(B) 41.95º 0.59% 0.75% -
XYZ 34.46 35.26 12.01 -
YUV 157.16 82.76 151.42 -
System Red Green Blue C M Y K H S L
Decimal 190 156 77 0 0.18 0.59 0.25 41.95 0.47 0.52
Hex BE 9C 4D 0 12 3B 19 2A 2F 34
Octal 276 234 115 0 22 73 31 52 57 64
Binary 10111110 10011100 1001101 0 10010 111011 11001 101010 101111 110100

Color Harmonies of #BE9C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9C4D

Black with #BE9C4D

Text Example


Text Example

White with #BE9C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9C4D; }

 p { color: rgb(190,156,77); }

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

background-color css

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

 a { background-color: rgb(190,156,77); }

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

border-color css

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

 span { border-color: rgb(190,156,77); }

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