Html Css Color HEX #BCAF4A Sundance

📋 copy color: '#BCAF4A'

red 188 ◦ green 175 ◦ blue 74

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

Shades of Sundance #BCAF4A

Tints of Sundance #BCAF4A

RGB

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

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

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

R = 43.02%
G = 40.05%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BCAF4A (or 0xBCAF4A) is known color: Sundance. HEX triplet: BC, AF and 4A. RGB value is (188,175,74). Sum of RGB (Red+Green+Blue) = 188+175+74=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 74 (29.30% from 255 or 16.93% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAF4A is #4350B5. Grayscale: #A7A7A7. Windows color (decimal): -4411574 or 4894652. OLE color: 4894652.

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

Color convert

RGB 188 175 74 -
CMYK 0 0.07 0.61 0.26
HSL 53.16º 0.46% 0.51% -
HSV(B) 53.16º 0.61% 0.74% -
XYZ 37.31 41.85 12.59 -
YUV 167.37 75.31 142.71 -
System Red Green Blue C M Y K H S L
Decimal 188 175 74 0 0.07 0.61 0.26 53.16 0.46 0.51
Hex BC AF 4A 0 7 3D 1A 35 2E 33
Octal 274 257 112 0 7 75 32 65 56 63
Binary 10111100 10101111 1001010 0 111 111101 11010 110101 101110 110011

Color Harmonies of #BCAF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAF4A

Black with #BCAF4A

Text Example


Text Example

White with #BCAF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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