Html Css Color HEX #BBAD50 Sundance

📋 copy color: '#BBAD50'

red 187 ◦ green 173 ◦ blue 80

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

Shades of Sundance #BBAD50

Tints of Sundance #BBAD50

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.32%

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

R = 42.5%
G = 39.32%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BBAD50 (or 0xBBAD50) is known color: Sundance. HEX triplet: BB, AD and 50. RGB value is (187,173,80). Sum of RGB (Red+Green+Blue) = 187+173+80=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 80 (31.64% from 255 or 18.18% from 440); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAD50 is #4452AF. Grayscale: #A6A6A6. Windows color (decimal): -4477616 or 5287355. OLE color: 5287355.

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

Color convert

RGB 187 173 80 -
CMYK 0 0.07 0.57 0.27
HSL 52.15º 0.44% 0.52% -
HSV(B) 52.15º 0.57% 0.73% -
XYZ 36.89 41.03 13.57 -
YUV 166.58 79.14 142.56 -
System Red Green Blue C M Y K H S L
Decimal 187 173 80 0 0.07 0.57 0.27 52.15 0.44 0.52
Hex BB AD 50 0 7 39 1B 34 2C 34
Octal 273 255 120 0 7 71 33 64 54 64
Binary 10111011 10101101 1010000 0 111 111001 11011 110100 101100 110100

Color Harmonies of #BBAD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAD50

Black with #BBAD50

Text Example


Text Example

White with #BBAD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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