Html Css Color HEX #BBA950 Sundance

📋 copy color: '#BBA950'

red 187 ◦ green 169 ◦ blue 80

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

Shades of Sundance #BBA950

Tints of Sundance #BBA950

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.76%

 BLUE value IS 80 (31.64% from 255) = 18.35%

R = 42.89%
G = 38.76%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BBA950 (or 0xBBA950) is known color: Sundance. HEX triplet: BB, A9 and 50. RGB value is (187,169,80). Sum of RGB (Red+Green+Blue) = 187+169+80=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 169 (66.41% from 255 or 38.76% from 436); Blue value is 80 (31.64% from 255 or 18.35% from 436); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA950 is #4456AF. Grayscale: #A4A4A4. Windows color (decimal): -4478640 or 5286331. OLE color: 5286331.

HSL color Cylindrical-coordinate representation of color #BBA950: hue angle of 49.91º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BBA950 is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 169 80 -
CMYK 0 0.10 0.57 0.27
HSL 49.91º 0.44% 0.52% -
HSV(B) 49.91º 0.57% 0.73% -
XYZ 36.13 39.52 13.31 -
YUV 164.24 80.46 144.24 -
System Red Green Blue C M Y K H S L
Decimal 187 169 80 0 0.10 0.57 0.27 49.91 0.44 0.52
Hex BB A9 50 0 A 39 1B 32 2C 34
Octal 273 251 120 0 12 71 33 62 54 64
Binary 10111011 10101001 1010000 0 1010 111001 11011 110010 101100 110100

Color Harmonies of #BBA950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA950

Black with #BBA950

Text Example


Text Example

White with #BBA950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA950; }

 p { color: rgb(187,169,80); }

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

background-color css

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

 a { background-color: rgb(187,169,80); }

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

border-color css

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

 span { border-color: rgb(187,169,80); }

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