Html Css Color HEX #BBA84F Sundance

📋 copy color: '#BBA84F'

red 187 ◦ green 168 ◦ blue 79

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

Shades of Sundance #BBA84F

Tints of Sundance #BBA84F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.71%

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

R = 43.09%
G = 38.71%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BBA84F (or 0xBBA84F) is known color: Sundance. HEX triplet: BB, A8 and 4F. RGB value is (187,168,79). Sum of RGB (Red+Green+Blue) = 187+168+79=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 168 (66.02% from 255 or 38.71% from 434); Blue value is 79 (31.25% from 255 or 18.20% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA84F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA84F is #4457B0. Grayscale: #A3A3A3. Windows color (decimal): -4478897 or 5220539. OLE color: 5220539.

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

Color convert

RGB 187 168 79 -
CMYK 0 0.10 0.58 0.27
HSL 49.44º 0.44% 0.52% -
HSV(B) 49.44º 0.58% 0.73% -
XYZ 35.91 39.13 13.06 -
YUV 163.54 80.29 144.74 -
System Red Green Blue C M Y K H S L
Decimal 187 168 79 0 0.10 0.58 0.27 49.44 0.44 0.52
Hex BB A8 4F 0 A 3A 1B 31 2C 34
Octal 273 250 117 0 12 72 33 61 54 64
Binary 10111011 10101000 1001111 0 1010 111010 11011 110001 101100 110100

Color Harmonies of #BBA84F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA84F

Black with #BBA84F

Text Example


Text Example

White with #BBA84F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA84F; }

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

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

background-color css

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

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

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

border-color css

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

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

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