Html Css Color HEX #BBA450 Sundance

📋 copy color: '#BBA450'

red 187 ◦ green 164 ◦ blue 80

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

Shades of Sundance #BBA450

Tints of Sundance #BBA450

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.05%

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

R = 43.39%
G = 38.05%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BBA450 (or 0xBBA450) is known color: Sundance. HEX triplet: BB, A4 and 50. RGB value is (187,164,80). Sum of RGB (Red+Green+Blue) = 187+164+80=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 80 (31.64% from 255 or 18.56% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA450 is #445BAF. Grayscale: #A1A1A1. Windows color (decimal): -4479920 or 5285051. OLE color: 5285051.

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

Color convert

RGB 187 164 80 -
CMYK 0 0.12 0.57 0.27
HSL 47.1º 0.44% 0.52% -
HSV(B) 47.1º 0.57% 0.73% -
XYZ 35.22 37.69 13.01 -
YUV 161.3 82.12 146.33 -
System Red Green Blue C M Y K H S L
Decimal 187 164 80 0 0.12 0.57 0.27 47.1 0.44 0.52
Hex BB A4 50 0 C 39 1B 2F 2C 34
Octal 273 244 120 0 14 71 33 57 54 64
Binary 10111011 10100100 1010000 0 1100 111001 11011 101111 101100 110100

Color Harmonies of #BBA450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA450

Black with #BBA450

Text Example


Text Example

White with #BBA450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA450; }

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

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

background-color css

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

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

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

border-color css

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

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

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