Html Css Color HEX #BBA955 Sundance

📋 copy color: '#BBA955'

red 187 ◦ green 169 ◦ blue 85

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

Shades of Sundance #BBA955

Tints of Sundance #BBA955

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.32%

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

R = 42.4%
G = 38.32%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BBA955 (or 0xBBA955) is known color: Sundance. HEX triplet: BB, A9 and 55. RGB value is (187,169,85). Sum of RGB (Red+Green+Blue) = 187+169+85=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 169 (66.41% from 255 or 38.32% from 441); Blue value is 85 (33.59% from 255 or 19.27% from 441); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA955 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA955 is #4456AA. Grayscale: #A5A5A5. Windows color (decimal): -4478635 or 5614011. OLE color: 5614011.

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

Color convert

RGB 187 169 85 -
CMYK 0 0.10 0.55 0.27
HSL 49.41º 0.43% 0.53% -
HSV(B) 49.41º 0.55% 0.73% -
XYZ 36.32 39.6 14.32 -
YUV 164.81 82.96 143.83 -
System Red Green Blue C M Y K H S L
Decimal 187 169 85 0 0.10 0.55 0.27 49.41 0.43 0.53
Hex BB A9 55 0 A 37 1B 31 2B 35
Octal 273 251 125 0 12 67 33 61 53 65
Binary 10111011 10101001 1010101 0 1010 110111 11011 110001 101011 110101

Color Harmonies of #BBA955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA955

Black with #BBA955

Text Example


Text Example

White with #BBA955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA955; }

 p { color: rgb(187,169,85); }

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

background-color css

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

 a { background-color: rgb(187,169,85); }

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

border-color css

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

 span { border-color: rgb(187,169,85); }

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