Html Css Color HEX #BBA556 Sundance

📋 copy color: '#BBA556'

red 187 ◦ green 165 ◦ blue 86

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

Shades of Sundance #BBA556

Tints of Sundance #BBA556

RGB

 RED value IS 187 (73.44% from 255) = 42.69%

 GREEN value IS 165 (64.84% from 255) = 37.67%

 BLUE value IS 86 (33.98% from 255) = 19.63%

R = 42.69%
G = 37.67%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BBA556 (or 0xBBA556) is known color: Sundance. HEX triplet: BB, A5 and 56. RGB value is (187,165,86). Sum of RGB (Red+Green+Blue) = 187+165+86=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 86 (33.98% from 255 or 19.63% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA556 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA556 is #445AA9. Grayscale: #A2A2A2. Windows color (decimal): -4479658 or 5678523. OLE color: 5678523.

HSL color Cylindrical-coordinate representation of color #BBA556: hue angle of 46.93º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BBA556 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 165 86 -
CMYK 0 0.12 0.54 0.27
HSL 46.93º 0.43% 0.54% -
HSV(B) 46.93º 0.54% 0.73% -
XYZ 35.63 38.15 14.29 -
YUV 162.57 84.79 145.42 -
System Red Green Blue C M Y K H S L
Decimal 187 165 86 0 0.12 0.54 0.27 46.93 0.43 0.54
Hex BB A5 56 0 C 36 1B 2F 2B 36
Octal 273 245 126 0 14 66 33 57 53 66
Binary 10111011 10100101 1010110 0 1100 110110 11011 101111 101011 110110

Color Harmonies of #BBA556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA556

Black with #BBA556

Text Example


Text Example

White with #BBA556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA556; }

 p { color: rgb(187,165,86); }

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

background-color css

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

 a { background-color: rgb(187,165,86); }

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

border-color css

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

 span { border-color: rgb(187,165,86); }

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