Html Css Color HEX #BBA64E Sundance

📋 copy color: '#BBA64E'

red 187 ◦ green 166 ◦ blue 78

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

Shades of Sundance #BBA64E

Tints of Sundance #BBA64E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.1%

R = 43.39%
G = 38.52%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BBA64E (or 0xBBA64E) is known color: Sundance. HEX triplet: BB, A6 and 4E. RGB value is (187,166,78). Sum of RGB (Red+Green+Blue) = 187+166+78=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 166 (65.23% from 255 or 38.52% from 431); Blue value is 78 (30.86% from 255 or 18.10% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA64E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA64E is #4459B1. Grayscale: #A2A2A2. Windows color (decimal): -4479410 or 5154491. OLE color: 5154491.

HSL color Cylindrical-coordinate representation of color #BBA64E: hue angle of 48.44º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BBA64E is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 166 78 -
CMYK 0 0.11 0.58 0.27
HSL 48.44º 0.44% 0.52% -
HSV(B) 48.44º 0.58% 0.73% -
XYZ 35.5 38.39 12.75 -
YUV 162.25 80.46 145.66 -
System Red Green Blue C M Y K H S L
Decimal 187 166 78 0 0.11 0.58 0.27 48.44 0.44 0.52
Hex BB A6 4E 0 B 3A 1B 30 2C 34
Octal 273 246 116 0 13 72 33 60 54 64
Binary 10111011 10100110 1001110 0 1011 111010 11011 110000 101100 110100

Color Harmonies of #BBA64E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA64E

Black with #BBA64E

Text Example


Text Example

White with #BBA64E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA64E; }

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

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

background-color css

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

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

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

border-color css

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

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

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