Html Css Color HEX #BBA850 Sundance

📋 copy color: '#BBA850'

red 187 ◦ green 168 ◦ blue 80

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

Shades of Sundance #BBA850

Tints of Sundance #BBA850

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.62%

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

R = 42.99%
G = 38.62%
B = 18.39%

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

#BBA850 (or 0xBBA850) is known color: Sundance. HEX triplet: BB, A8 and 50. RGB value is (187,168,80). Sum of RGB (Red+Green+Blue) = 187+168+80=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 80 (31.64% from 255 or 18.39% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA850 is #4457AF. Grayscale: #A4A4A4. Windows color (decimal): -4478896 or 5286075. OLE color: 5286075.

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

Color convert

RGB 187 168 80 -
CMYK 0 0.10 0.57 0.27
HSL 49.35º 0.44% 0.52% -
HSV(B) 49.35º 0.57% 0.73% -
XYZ 35.94 39.15 13.25 -
YUV 163.65 80.79 144.66 -
System Red Green Blue C M Y K H S L
Decimal 187 168 80 0 0.10 0.57 0.27 49.35 0.44 0.52
Hex BB A8 50 0 A 39 1B 31 2C 34
Octal 273 250 120 0 12 71 33 61 54 64
Binary 10111011 10101000 1010000 0 1010 111001 11011 110001 101100 110100

Color Harmonies of #BBA850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA850

Black with #BBA850

Text Example


Text Example

White with #BBA850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA850; }

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

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

background-color css

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

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

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

border-color css

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

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

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