Html Css Color HEX #BCAF4C Sundance

📋 copy color: '#BCAF4C'

red 188 ◦ green 175 ◦ blue 76

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

Shades of Sundance #BCAF4C

Tints of Sundance #BCAF4C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.86%

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

R = 42.82%
G = 39.86%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BCAF4C (or 0xBCAF4C) is known color: Sundance. HEX triplet: BC, AF and 4C. RGB value is (188,175,76). Sum of RGB (Red+Green+Blue) = 188+175+76=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 76 (30.08% from 255 or 17.31% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAF4C is #4350B3. Grayscale: #A8A8A8. Windows color (decimal): -4411572 or 5025724. OLE color: 5025724.

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

Color convert

RGB 188 175 76 -
CMYK 0 0.07 0.60 0.26
HSL 53.04º 0.46% 0.52% -
HSV(B) 53.04º 0.6% 0.74% -
XYZ 37.37 41.87 12.95 -
YUV 167.6 76.31 142.55 -
System Red Green Blue C M Y K H S L
Decimal 188 175 76 0 0.07 0.60 0.26 53.04 0.46 0.52
Hex BC AF 4C 0 7 3C 1A 35 2E 34
Octal 274 257 114 0 7 74 32 65 56 64
Binary 10111100 10101111 1001100 0 111 111100 11010 110101 101110 110100

Color Harmonies of #BCAF4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAF4C

Black with #BCAF4C

Text Example


Text Example

White with #BCAF4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAF4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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