Html Css Color HEX #BCAB53 Sundance

📋 copy color: '#BCAB53'

red 188 ◦ green 171 ◦ blue 83

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

Shades of Sundance #BCAB53

Tints of Sundance #BCAB53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.78%

R = 42.53%
G = 38.69%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BCAB53 (or 0xBCAB53) is known color: Sundance. HEX triplet: BC, AB and 53. RGB value is (188,171,83). Sum of RGB (Red+Green+Blue) = 188+171+83=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 83 (32.81% from 255 or 18.78% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB53 is #4354AC. Grayscale: #A6A6A6. Windows color (decimal): -4412589 or 5483452. OLE color: 5483452.

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

Color convert

RGB 188 171 83 -
CMYK 0 0.09 0.56 0.26
HSL 50.29º 0.44% 0.53% -
HSV(B) 50.29º 0.56% 0.74% -
XYZ 36.86 40.44 14.05 -
YUV 166.05 81.13 143.66 -
System Red Green Blue C M Y K H S L
Decimal 188 171 83 0 0.09 0.56 0.26 50.29 0.44 0.53
Hex BC AB 53 0 9 38 1A 32 2C 35
Octal 274 253 123 0 11 70 32 62 54 65
Binary 10111100 10101011 1010011 0 1001 111000 11010 110010 101100 110101

Color Harmonies of #BCAB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB53

Black with #BCAB53

Text Example


Text Example

White with #BCAB53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB53; }

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

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

background-color css

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

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

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

border-color css

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

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

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