Html Css Color HEX #BCA24A Sundance

📋 copy color: '#BCA24A'

red 188 ◦ green 162 ◦ blue 74

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

Shades of Sundance #BCA24A

Tints of Sundance #BCA24A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.21%

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

R = 44.34%
G = 38.21%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BCA24A (or 0xBCA24A) is known color: Sundance. HEX triplet: BC, A2 and 4A. RGB value is (188,162,74). Sum of RGB (Red+Green+Blue) = 188+162+74=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 74 (29.30% from 255 or 17.45% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA24A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA24A is #435DB5. Grayscale: #A0A0A0. Windows color (decimal): -4414902 or 4891324. OLE color: 4891324.

HSL color Cylindrical-coordinate representation of color #BCA24A: hue angle of 46.32º 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 #BCA24A is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 162 74 -
CMYK 0 0.14 0.61 0.26
HSL 46.32º 0.46% 0.51% -
HSV(B) 46.32º 0.61% 0.74% -
XYZ 34.9 37.03 11.79 -
YUV 159.74 79.61 148.16 -
System Red Green Blue C M Y K H S L
Decimal 188 162 74 0 0.14 0.61 0.26 46.32 0.46 0.51
Hex BC A2 4A 0 E 3D 1A 2E 2E 33
Octal 274 242 112 0 16 75 32 56 56 63
Binary 10111100 10100010 1001010 0 1110 111101 11010 101110 101110 110011

Color Harmonies of #BCA24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA24A

Black with #BCA24A

Text Example


Text Example

White with #BCA24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA24A; }

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

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

background-color css

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

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

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

border-color css

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

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

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