Html Css Color HEX #BCA24C Sundance

📋 copy color: '#BCA24C'

red 188 ◦ green 162 ◦ blue 76

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

Shades of Sundance #BCA24C

Tints of Sundance #BCA24C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.84%

R = 44.13%
G = 38.03%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BCA24C (or 0xBCA24C) is known color: Sundance. HEX triplet: BC, A2 and 4C. RGB value is (188,162,76). Sum of RGB (Red+Green+Blue) = 188+162+76=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 76 (30.08% from 255 or 17.84% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA24C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA24C is #435DB3. Grayscale: #A0A0A0. Windows color (decimal): -4414900 or 5022396. OLE color: 5022396.

HSL color Cylindrical-coordinate representation of color #BCA24C: hue angle of 46.07º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCA24C is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 162 76 -
CMYK 0 0.14 0.60 0.26
HSL 46.07º 0.46% 0.52% -
HSV(B) 46.07º 0.6% 0.74% -
XYZ 34.96 37.05 12.15 -
YUV 159.97 80.61 147.99 -
System Red Green Blue C M Y K H S L
Decimal 188 162 76 0 0.14 0.60 0.26 46.07 0.46 0.52
Hex BC A2 4C 0 E 3C 1A 2E 2E 34
Octal 274 242 114 0 16 74 32 56 56 64
Binary 10111100 10100010 1001100 0 1110 111100 11010 101110 101110 110100

Color Harmonies of #BCA24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA24C

Black with #BCA24C

Text Example


Text Example

White with #BCA24C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA24C; }

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

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

background-color css

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

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

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

border-color css

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

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

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