Html Css Color HEX #BCAB4D Sundance

📋 copy color: '#BCAB4D'

red 188 ◦ green 171 ◦ blue 77

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

Shades of Sundance #BCAB4D

Tints of Sundance #BCAB4D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.22%

 BLUE value IS 77 (30.47% from 255) = 17.66%

R = 43.12%
G = 39.22%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BCAB4D (or 0xBCAB4D) is known color: Sundance. HEX triplet: BC, AB and 4D. RGB value is (188,171,77). Sum of RGB (Red+Green+Blue) = 188+171+77=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 77 (30.47% from 255 or 17.66% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB4D is #4354B2. Grayscale: #A5A5A5. Windows color (decimal): -4412595 or 5090236. OLE color: 5090236.

HSL color Cylindrical-coordinate representation of color #BCAB4D: hue angle of 50.81º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCAB4D is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 171 77 -
CMYK 0 0.09 0.59 0.26
HSL 50.81º 0.45% 0.52% -
HSV(B) 50.81º 0.59% 0.74% -
XYZ 36.64 40.35 12.88 -
YUV 165.37 78.13 144.14 -
System Red Green Blue C M Y K H S L
Decimal 188 171 77 0 0.09 0.59 0.26 50.81 0.45 0.52
Hex BC AB 4D 0 9 3B 1A 33 2D 34
Octal 274 253 115 0 11 73 32 63 55 64
Binary 10111100 10101011 1001101 0 1001 111011 11010 110011 101101 110100

Color Harmonies of #BCAB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB4D

Black with #BCAB4D

Text Example


Text Example

White with #BCAB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB4D; }

 p { color: rgb(188,171,77); }

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

background-color css

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

 a { background-color: rgb(188,171,77); }

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

border-color css

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

 span { border-color: rgb(188,171,77); }

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