Html Css Color HEX #BBA54A Sundance

📋 copy color: '#BBA54A'

red 187 ◦ green 165 ◦ blue 74

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

Shades of Sundance #BBA54A

Tints of Sundance #BBA54A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.73%

 BLUE value IS 74 (29.3% from 255) = 17.37%

R = 43.9%
G = 38.73%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BBA54A (or 0xBBA54A) is known color: Sundance. HEX triplet: BB, A5 and 4A. RGB value is (187,165,74). Sum of RGB (Red+Green+Blue) = 187+165+74=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 74 (29.30% from 255 or 17.37% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA54A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA54A is #445AB5. Grayscale: #A1A1A1. Windows color (decimal): -4479670 or 4892091. OLE color: 4892091.

HSL color Cylindrical-coordinate representation of color #BBA54A: hue angle of 48.32º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBA54A is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 165 74 -
CMYK 0 0.12 0.60 0.27
HSL 48.32º 0.45% 0.51% -
HSV(B) 48.32º 0.6% 0.73% -
XYZ 35.18 37.97 11.95 -
YUV 161.2 78.79 146.4 -
System Red Green Blue C M Y K H S L
Decimal 187 165 74 0 0.12 0.60 0.27 48.32 0.45 0.51
Hex BB A5 4A 0 C 3C 1B 30 2D 33
Octal 273 245 112 0 14 74 33 60 55 63
Binary 10111011 10100101 1001010 0 1100 111100 11011 110000 101101 110011

Color Harmonies of #BBA54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA54A

Black with #BBA54A

Text Example


Text Example

White with #BBA54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA54A; }

 p { color: rgb(187,165,74); }

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

background-color css

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

 a { background-color: rgb(187,165,74); }

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

border-color css

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

 span { border-color: rgb(187,165,74); }

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