Html Css Color HEX #BBA355 Sundance

📋 copy color: '#BBA355'

red 187 ◦ green 163 ◦ blue 85

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

Shades of Sundance #BBA355

Tints of Sundance #BBA355

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.47%

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

R = 42.99%
G = 37.47%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BBA355 (or 0xBBA355) is known color: Sundance. HEX triplet: BB, A3 and 55. RGB value is (187,163,85). Sum of RGB (Red+Green+Blue) = 187+163+85=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 85 (33.59% from 255 or 19.54% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA355 is #445CAA. Grayscale: #A1A1A1. Windows color (decimal): -4480171 or 5612475. OLE color: 5612475.

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

Color convert

RGB 187 163 85 -
CMYK 0 0.13 0.55 0.27
HSL 45.88º 0.43% 0.53% -
HSV(B) 45.88º 0.55% 0.73% -
XYZ 35.23 37.42 13.96 -
YUV 161.28 84.95 146.34 -
System Red Green Blue C M Y K H S L
Decimal 187 163 85 0 0.13 0.55 0.27 45.88 0.43 0.53
Hex BB A3 55 0 D 37 1B 2E 2B 35
Octal 273 243 125 0 15 67 33 56 53 65
Binary 10111011 10100011 1010101 0 1101 110111 11011 101110 101011 110101

Color Harmonies of #BBA355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA355

Black with #BBA355

Text Example


Text Example

White with #BBA355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA355; }

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

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

background-color css

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

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

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

border-color css

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

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

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