Html Css Color HEX #BBA64A Sundance

📋 copy color: '#BBA64A'

red 187 ◦ green 166 ◦ blue 74

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

Shades of Sundance #BBA64A

Tints of Sundance #BBA64A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.88%

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

R = 43.79%
G = 38.88%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BBA64A (or 0xBBA64A) is known color: Sundance. HEX triplet: BB, A6 and 4A. RGB value is (187,166,74). Sum of RGB (Red+Green+Blue) = 187+166+74=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 166 (65.23% from 255 or 38.88% from 427); Blue value is 74 (29.30% from 255 or 17.33% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA64A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA64A is #4459B5. Grayscale: #A2A2A2. Windows color (decimal): -4479414 or 4892347. OLE color: 4892347.

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

Color convert

RGB 187 166 74 -
CMYK 0 0.11 0.60 0.27
HSL 48.85º 0.45% 0.51% -
HSV(B) 48.85º 0.6% 0.73% -
XYZ 35.37 38.33 12.01 -
YUV 161.79 78.46 145.98 -
System Red Green Blue C M Y K H S L
Decimal 187 166 74 0 0.11 0.60 0.27 48.85 0.45 0.51
Hex BB A6 4A 0 B 3C 1B 31 2D 33
Octal 273 246 112 0 13 74 33 61 55 63
Binary 10111011 10100110 1001010 0 1011 111100 11011 110001 101101 110011

Color Harmonies of #BBA64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA64A

Black with #BBA64A

Text Example


Text Example

White with #BBA64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA64A; }

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

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

background-color css

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

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

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

border-color css

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

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

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