Html Css Color HEX #BBA64C Sundance

📋 copy color: '#BBA64C'

red 187 ◦ green 166 ◦ blue 76

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

Shades of Sundance #BBA64C

Tints of Sundance #BBA64C

RGB

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

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

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

R = 43.59%
G = 38.69%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BBA64C (or 0xBBA64C) is known color: Sundance. HEX triplet: BB, A6 and 4C. RGB value is (187,166,76). Sum of RGB (Red+Green+Blue) = 187+166+76=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 166 (65.23% from 255 or 38.69% from 429); Blue value is 76 (30.08% from 255 or 17.72% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA64C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA64C is #4459B3. Grayscale: #A2A2A2. Windows color (decimal): -4479412 or 5023419. OLE color: 5023419.

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

Color convert

RGB 187 166 76 -
CMYK 0 0.11 0.59 0.27
HSL 48.65º 0.45% 0.52% -
HSV(B) 48.65º 0.59% 0.73% -
XYZ 35.43 38.36 12.37 -
YUV 162.02 79.46 145.82 -
System Red Green Blue C M Y K H S L
Decimal 187 166 76 0 0.11 0.59 0.27 48.65 0.45 0.52
Hex BB A6 4C 0 B 3B 1B 31 2D 34
Octal 273 246 114 0 13 73 33 61 55 64
Binary 10111011 10100110 1001100 0 1011 111011 11011 110001 101101 110100

Color Harmonies of #BBA64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA64C

Black with #BBA64C

Text Example


Text Example

White with #BBA64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA64C; }

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

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

background-color css

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

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

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

border-color css

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

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

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