Html Css Color HEX #BBA553 Sundance

📋 copy color: '#BBA553'

red 187 ◦ green 165 ◦ blue 83

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

Shades of Sundance #BBA553

Tints of Sundance #BBA553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.08%

R = 42.99%
G = 37.93%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BBA553 (or 0xBBA553) is known color: Sundance. HEX triplet: BB, A5 and 53. RGB value is (187,165,83). Sum of RGB (Red+Green+Blue) = 187+165+83=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 83 (32.81% from 255 or 19.08% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA553 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA553 is #445AAC. Grayscale: #A2A2A2. Windows color (decimal): -4479661 or 5481915. OLE color: 5481915.

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

Color convert

RGB 187 165 83 -
CMYK 0 0.12 0.56 0.27
HSL 47.31º 0.43% 0.53% -
HSV(B) 47.31º 0.56% 0.73% -
XYZ 35.51 38.1 13.67 -
YUV 162.23 83.29 145.67 -
System Red Green Blue C M Y K H S L
Decimal 187 165 83 0 0.12 0.56 0.27 47.31 0.43 0.53
Hex BB A5 53 0 C 38 1B 2F 2B 35
Octal 273 245 123 0 14 70 33 57 53 65
Binary 10111011 10100101 1010011 0 1100 111000 11011 101111 101011 110101

Color Harmonies of #BBA553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA553

Black with #BBA553

Text Example


Text Example

White with #BBA553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA553; }

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

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

background-color css

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

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

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

border-color css

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

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

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