Html Css Color HEX #BCAB55 Sundance

📋 copy color: '#BCAB55'

red 188 ◦ green 171 ◦ blue 85

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

Shades of Sundance #BCAB55

Tints of Sundance #BCAB55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.14%

R = 42.34%
G = 38.51%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BCAB55 (or 0xBCAB55) is known color: Sundance. HEX triplet: BC, AB and 55. RGB value is (188,171,85). Sum of RGB (Red+Green+Blue) = 188+171+85=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 85 (33.59% from 255 or 19.14% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB55 is #4354AA. Grayscale: #A6A6A6. Windows color (decimal): -4412587 or 5614524. OLE color: 5614524.

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

Color convert

RGB 188 171 85 -
CMYK 0 0.09 0.55 0.26
HSL 50.1º 0.43% 0.54% -
HSV(B) 50.1º 0.55% 0.74% -
XYZ 36.94 40.47 14.46 -
YUV 166.28 82.13 143.49 -
System Red Green Blue C M Y K H S L
Decimal 188 171 85 0 0.09 0.55 0.26 50.1 0.43 0.54
Hex BC AB 55 0 9 37 1A 32 2B 36
Octal 274 253 125 0 11 67 32 62 53 66
Binary 10111100 10101011 1010101 0 1001 110111 11010 110010 101011 110110

Color Harmonies of #BCAB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB55

Black with #BCAB55

Text Example


Text Example

White with #BCAB55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB55; }

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

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

background-color css

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

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

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

border-color css

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

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

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