Html Css Color HEX #BBA554 Sundance

📋 copy color: '#BBA554'

red 187 ◦ green 165 ◦ blue 84

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

Shades of Sundance #BBA554

Tints of Sundance #BBA554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 19.27%

R = 42.89%
G = 37.84%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BBA554 (or 0xBBA554) is known color: Sundance. HEX triplet: BB, A5 and 54. RGB value is (187,165,84). Sum of RGB (Red+Green+Blue) = 187+165+84=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 84 (33.20% from 255 or 19.27% from 436); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA554 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA554 is #445AAB. Grayscale: #A2A2A2. Windows color (decimal): -4479660 or 5547451. OLE color: 5547451.

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

Color convert

RGB 187 165 84 -
CMYK 0 0.12 0.55 0.27
HSL 47.18º 0.43% 0.53% -
HSV(B) 47.18º 0.55% 0.73% -
XYZ 35.55 38.12 13.87 -
YUV 162.34 83.79 145.59 -
System Red Green Blue C M Y K H S L
Decimal 187 165 84 0 0.12 0.55 0.27 47.18 0.43 0.53
Hex BB A5 54 0 C 37 1B 2F 2B 35
Octal 273 245 124 0 14 67 33 57 53 65
Binary 10111011 10100101 1010100 0 1100 110111 11011 101111 101011 110101

Color Harmonies of #BBA554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA554

Black with #BBA554

Text Example


Text Example

White with #BBA554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA554; }

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

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

background-color css

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

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

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

border-color css

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

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

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