Html Css Color HEX #BBA750 Sundance

📋 copy color: '#BBA750'

red 187 ◦ green 167 ◦ blue 80

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

Shades of Sundance #BBA750

Tints of Sundance #BBA750

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.48%

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

R = 43.09%
G = 38.48%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BBA750 (or 0xBBA750) is known color: Sundance. HEX triplet: BB, A7 and 50. RGB value is (187,167,80). Sum of RGB (Red+Green+Blue) = 187+167+80=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 167 (65.62% from 255 or 38.48% from 434); Blue value is 80 (31.64% from 255 or 18.43% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA750 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA750 is #4458AF. Grayscale: #A3A3A3. Windows color (decimal): -4479152 or 5285819. OLE color: 5285819.

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

Color convert

RGB 187 167 80 -
CMYK 0 0.11 0.57 0.27
HSL 48.79º 0.44% 0.52% -
HSV(B) 48.79º 0.57% 0.73% -
XYZ 35.76 38.78 13.19 -
YUV 163.06 81.13 145.07 -
System Red Green Blue C M Y K H S L
Decimal 187 167 80 0 0.11 0.57 0.27 48.79 0.44 0.52
Hex BB A7 50 0 B 39 1B 31 2C 34
Octal 273 247 120 0 13 71 33 61 54 64
Binary 10111011 10100111 1010000 0 1011 111001 11011 110001 101100 110100

Color Harmonies of #BBA750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA750

Black with #BBA750

Text Example


Text Example

White with #BBA750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA750; }

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

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

background-color css

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

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

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

border-color css

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

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

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