Html Css Color HEX #BCAF51 Sundance

📋 copy color: '#BCAF51'

red 188 ◦ green 175 ◦ blue 81

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

Shades of Sundance #BCAF51

Tints of Sundance #BCAF51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.24%

R = 42.34%
G = 39.41%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BCAF51 (or 0xBCAF51) is known color: Sundance. HEX triplet: BC, AF and 51. RGB value is (188,175,81). Sum of RGB (Red+Green+Blue) = 188+175+81=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 81 (32.03% from 255 or 18.24% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAF51 is #4350AE. Grayscale: #A8A8A8. Windows color (decimal): -4411567 or 5353404. OLE color: 5353404.

HSL color Cylindrical-coordinate representation of color #BCAF51: hue angle of 52.71º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCAF51 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 175 81 -
CMYK 0 0.07 0.57 0.26
HSL 52.71º 0.44% 0.53% -
HSV(B) 52.71º 0.57% 0.74% -
XYZ 37.55 41.95 13.9 -
YUV 168.17 78.81 142.14 -
System Red Green Blue C M Y K H S L
Decimal 188 175 81 0 0.07 0.57 0.26 52.71 0.44 0.53
Hex BC AF 51 0 7 39 1A 35 2C 35
Octal 274 257 121 0 7 71 32 65 54 65
Binary 10111100 10101111 1010001 0 111 111001 11010 110101 101100 110101

Color Harmonies of #BCAF51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAF51

Black with #BCAF51

Text Example


Text Example

White with #BCAF51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAF51; }

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

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

background-color css

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

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

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

border-color css

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

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

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