#BBB14E

Color #BBB14E Sundance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sundance #BBB14E

Tints of Sundance #BBB14E

Color information

#BBB14E (or 0xBBB14E) is unknown color: approx Sundance. HEX triplet: BB, B1 and 4E. RGB value is (187,177,78). Sum of RGB (Red+Green+Blue) = 187+177+78=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 177 (69.53% from 255 or 40.05% from 442); Blue value is 78 (30.86% from 255 or 17.65% from 442); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB14E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB14E is #444EB1. Grayscale: #A9A9A9. Windows color (decimal): -4476594 or 5157307. OLE color: 5157307.

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

Color convert

RGB18717778-
CMYK00.050.580.27
HSL54.5º44.49%51.96%-
HSV(B)54.5º58.29%73.33%-
XYZ37.5942.5613.44-
YUV168.776.81141.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.31%
GREEN value IS 177 (69.53% from 255) = 40.05%
BLUE value IS 78 (30.86% from 255) = 17.65%
R=42.31%
G=40.05%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871777800.050.580.2754.544.4951.96
HexBBB14E053A1B362c34
Octal273261116057233665464
Binary10111011101100011001110010111101011011110110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB14E; }

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

 H1.HeaderClassName
 {
   color: #BBB14E;
 }
 .AnyTagClassName
 {
   color: #BBB14E;
 }
</style>
background-color css

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

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

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

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

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

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