Html Css Color HEX #BBA44A Sundance

📋 copy color: '#BBA44A'

red 187 ◦ green 164 ◦ blue 74

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

Shades of Sundance #BBA44A

Tints of Sundance #BBA44A

RGB

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

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

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

R = 44%
G = 38.59%
B = 17.41%

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

#BBA44A (or 0xBBA44A) is known color: Sundance. HEX triplet: BB, A4 and 4A. RGB value is (187,164,74). Sum of RGB (Red+Green+Blue) = 187+164+74=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 74 (29.30% from 255 or 17.41% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA44A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA44A is #445BB5. Grayscale: #A1A1A1. Windows color (decimal): -4479926 or 4891835. OLE color: 4891835.

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

Color convert

RGB 187 164 74 -
CMYK 0 0.12 0.60 0.27
HSL 47.79º 0.45% 0.51% -
HSV(B) 47.79º 0.6% 0.73% -
XYZ 35.01 37.61 11.89 -
YUV 160.62 79.12 146.82 -
System Red Green Blue C M Y K H S L
Decimal 187 164 74 0 0.12 0.60 0.27 47.79 0.45 0.51
Hex BB A4 4A 0 C 3C 1B 30 2D 33
Octal 273 244 112 0 14 74 33 60 55 63
Binary 10111011 10100100 1001010 0 1100 111100 11011 110000 101101 110011

Color Harmonies of #BBA44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA44A

Black with #BBA44A

Text Example


Text Example

White with #BBA44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA44A; }

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

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

background-color css

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

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

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

border-color css

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

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

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