Html Css Color HEX #BBA84C Sundance

📋 copy color: '#BBA84C'

red 187 ◦ green 168 ◦ blue 76

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

Shades of Sundance #BBA84C

Tints of Sundance #BBA84C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.63%

R = 43.39%
G = 38.98%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BBA84C (or 0xBBA84C) is known color: Sundance. HEX triplet: BB, A8 and 4C. RGB value is (187,168,76). Sum of RGB (Red+Green+Blue) = 187+168+76=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 76 (30.08% from 255 or 17.63% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA84C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA84C is #4457B3. Grayscale: #A3A3A3. Windows color (decimal): -4478900 or 5023931. OLE color: 5023931.

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

Color convert

RGB 187 168 76 -
CMYK 0 0.10 0.59 0.27
HSL 49.73º 0.45% 0.52% -
HSV(B) 49.73º 0.59% 0.73% -
XYZ 35.8 39.09 12.5 -
YUV 163.19 78.79 144.98 -
System Red Green Blue C M Y K H S L
Decimal 187 168 76 0 0.10 0.59 0.27 49.73 0.45 0.52
Hex BB A8 4C 0 A 3B 1B 32 2D 34
Octal 273 250 114 0 12 73 33 62 55 64
Binary 10111011 10101000 1001100 0 1010 111011 11011 110010 101101 110100

Color Harmonies of #BBA84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA84C

Black with #BBA84C

Text Example


Text Example

White with #BBA84C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA84C; }

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

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

background-color css

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

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

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

border-color css

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

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

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