Html Css Color HEX #BBA64F Sundance

📋 copy color: '#BBA64F'

red 187 ◦ green 166 ◦ blue 79

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

Shades of Sundance #BBA64F

Tints of Sundance #BBA64F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.29%

R = 43.29%
G = 38.43%
B = 18.29%

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

#BBA64F (or 0xBBA64F) is known color: Sundance. HEX triplet: BB, A6 and 4F. RGB value is (187,166,79). Sum of RGB (Red+Green+Blue) = 187+166+79=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 166 (65.23% from 255 or 38.43% from 432); Blue value is 79 (31.25% from 255 or 18.29% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA64F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA64F is #4459B0. Grayscale: #A2A2A2. Windows color (decimal): -4479409 or 5220027. OLE color: 5220027.

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

Color convert

RGB 187 166 79 -
CMYK 0 0.11 0.58 0.27
HSL 48.33º 0.44% 0.52% -
HSV(B) 48.33º 0.58% 0.73% -
XYZ 35.54 38.4 12.94 -
YUV 162.36 80.96 145.57 -
System Red Green Blue C M Y K H S L
Decimal 187 166 79 0 0.11 0.58 0.27 48.33 0.44 0.52
Hex BB A6 4F 0 B 3A 1B 30 2C 34
Octal 273 246 117 0 13 72 33 60 54 64
Binary 10111011 10100110 1001111 0 1011 111010 11011 110000 101100 110100

Color Harmonies of #BBA64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA64F

Black with #BBA64F

Text Example


Text Example

White with #BBA64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA64F; }

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

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

background-color css

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

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

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

border-color css

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

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

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