Html Css Color HEX #BCA84A Sundance

📋 copy color: '#BCA84A'

red 188 ◦ green 168 ◦ blue 74

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

Shades of Sundance #BCA84A

Tints of Sundance #BCA84A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.07%

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

R = 43.72%
G = 39.07%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BCA84A (or 0xBCA84A) is known color: Sundance. HEX triplet: BC, A8 and 4A. RGB value is (188,168,74). Sum of RGB (Red+Green+Blue) = 188+168+74=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 74 (29.30% from 255 or 17.21% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA84A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA84A is #4357B5. Grayscale: #A3A3A3. Windows color (decimal): -4413366 or 4892860. OLE color: 4892860.

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

Color convert

RGB 188 168 74 -
CMYK 0 0.11 0.61 0.26
HSL 49.47º 0.46% 0.51% -
HSV(B) 49.47º 0.61% 0.74% -
XYZ 35.98 39.19 12.15 -
YUV 163.26 77.63 145.64 -
System Red Green Blue C M Y K H S L
Decimal 188 168 74 0 0.11 0.61 0.26 49.47 0.46 0.51
Hex BC A8 4A 0 B 3D 1A 31 2E 33
Octal 274 250 112 0 13 75 32 61 56 63
Binary 10111100 10101000 1001010 0 1011 111101 11010 110001 101110 110011

Color Harmonies of #BCA84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA84A

Black with #BCA84A

Text Example


Text Example

White with #BCA84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA84A; }

 p { color: rgb(188,168,74); }

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

background-color css

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

 a { background-color: rgb(188,168,74); }

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

border-color css

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

 span { border-color: rgb(188,168,74); }

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