Html Css Color HEX #BCA04D Husk

📋 copy color: '#BCA04D'

red 188 ◦ green 160 ◦ blue 77

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

Shades of Husk #BCA04D

Tints of Husk #BCA04D

RGB

 RED value IS 188 (73.83% from 255) = 44.24%

 GREEN value IS 160 (62.89% from 255) = 37.65%

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

R = 44.24%
G = 37.65%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BCA04D (or 0xBCA04D) is known color: Husk. HEX triplet: BC, A0 and 4D. RGB value is (188,160,77). Sum of RGB (Red+Green+Blue) = 188+160+77=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 77 (30.47% from 255 or 18.12% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA04D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA04D is #435FB2. Grayscale: #9F9F9F. Windows color (decimal): -4415411 or 5087420. OLE color: 5087420.

HSL color Cylindrical-coordinate representation of color #BCA04D: hue angle of 44.86º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCA04D is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 160 77 -
CMYK 0 0.15 0.59 0.26
HSL 44.86º 0.45% 0.52% -
HSV(B) 44.86º 0.59% 0.74% -
XYZ 34.65 36.37 12.21 -
YUV 158.91 81.78 148.75 -
System Red Green Blue C M Y K H S L
Decimal 188 160 77 0 0.15 0.59 0.26 44.86 0.45 0.52
Hex BC A0 4D 0 F 3B 1A 2D 2D 34
Octal 274 240 115 0 17 73 32 55 55 64
Binary 10111100 10100000 1001101 0 1111 111011 11010 101101 101101 110100

Color Harmonies of #BCA04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA04D

Black with #BCA04D

Text Example


Text Example

White with #BCA04D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA04D; }

 p { color: rgb(188,160,77); }

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

background-color css

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

 a { background-color: rgb(188,160,77); }

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

border-color css

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

 span { border-color: rgb(188,160,77); }

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