Html Css Color HEX #BCA048 Husk

📋 copy color: '#BCA048'

red 188 ◦ green 160 ◦ blue 72

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

Shades of Husk #BCA048

Tints of Husk #BCA048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.14%

R = 44.76%
G = 38.1%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BCA048 (or 0xBCA048) is known color: Husk. HEX triplet: BC, A0 and 48. RGB value is (188,160,72). Sum of RGB (Red+Green+Blue) = 188+160+72=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 72 (28.52% from 255 or 17.14% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA048 is #435FB7. Grayscale: #9E9E9E. Windows color (decimal): -4415416 or 4759740. OLE color: 4759740.

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

Color convert

RGB 188 160 72 -
CMYK 0 0.15 0.62 0.26
HSL 45.52º 0.46% 0.51% -
HSV(B) 45.52º 0.62% 0.74% -
XYZ 34.48 36.3 11.32 -
YUV 158.34 79.28 149.16 -
System Red Green Blue C M Y K H S L
Decimal 188 160 72 0 0.15 0.62 0.26 45.52 0.46 0.51
Hex BC A0 48 0 F 3E 1A 2E 2E 33
Octal 274 240 110 0 17 76 32 56 56 63
Binary 10111100 10100000 1001000 0 1111 111110 11010 101110 101110 110011

Color Harmonies of #BCA048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA048

Black with #BCA048

Text Example


Text Example

White with #BCA048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA048; }

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

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

background-color css

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

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

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

border-color css

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

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

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