Html Css Color HEX #BBA353 Sundance

📋 copy color: '#BBA353'

red 187 ◦ green 163 ◦ blue 83

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

Shades of Sundance #BBA353

Tints of Sundance #BBA353

RGB

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

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

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

R = 43.19%
G = 37.64%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BBA353 (or 0xBBA353) is known color: Sundance. HEX triplet: BB, A3 and 53. RGB value is (187,163,83). Sum of RGB (Red+Green+Blue) = 187+163+83=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 83 (32.81% from 255 or 19.17% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA353 is #445CAC. Grayscale: #A1A1A1. Windows color (decimal): -4480173 or 5481403. OLE color: 5481403.

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

Color convert

RGB 187 163 83 -
CMYK 0 0.13 0.56 0.27
HSL 46.15º 0.43% 0.53% -
HSV(B) 46.15º 0.56% 0.73% -
XYZ 35.15 37.38 13.55 -
YUV 161.06 83.95 146.5 -
System Red Green Blue C M Y K H S L
Decimal 187 163 83 0 0.13 0.56 0.27 46.15 0.43 0.53
Hex BB A3 53 0 D 38 1B 2E 2B 35
Octal 273 243 123 0 15 70 33 56 53 65
Binary 10111011 10100011 1010011 0 1101 111000 11011 101110 101011 110101

Color Harmonies of #BBA353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA353

Black with #BBA353

Text Example


Text Example

White with #BBA353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA353; }

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

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

background-color css

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

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

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

border-color css

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

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

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