Html Css Color HEX #BBA855 Sundance

📋 copy color: '#BBA855'

red 187 ◦ green 168 ◦ blue 85

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

Shades of Sundance #BBA855

Tints of Sundance #BBA855

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.18%

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

R = 42.5%
G = 38.18%
B = 19.32%

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

#BBA855 (or 0xBBA855) is known color: Sundance. HEX triplet: BB, A8 and 55. RGB value is (187,168,85). Sum of RGB (Red+Green+Blue) = 187+168+85=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 85 (33.59% from 255 or 19.32% from 440); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA855 is #4457AA. Grayscale: #A4A4A4. Windows color (decimal): -4478891 or 5613755. OLE color: 5613755.

HSL color Cylindrical-coordinate representation of color #BBA855: hue angle of 48.82º 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 #BBA855 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 168 85 -
CMYK 0 0.10 0.55 0.27
HSL 48.82º 0.43% 0.53% -
HSV(B) 48.82º 0.55% 0.73% -
XYZ 36.14 39.23 14.26 -
YUV 164.22 83.29 144.25 -
System Red Green Blue C M Y K H S L
Decimal 187 168 85 0 0.10 0.55 0.27 48.82 0.43 0.53
Hex BB A8 55 0 A 37 1B 31 2B 35
Octal 273 250 125 0 12 67 33 61 53 65
Binary 10111011 10101000 1010101 0 1010 110111 11011 110001 101011 110101

Color Harmonies of #BBA855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA855

Black with #BBA855

Text Example


Text Example

White with #BBA855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA855; }

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

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

background-color css

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

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

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

border-color css

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

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

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