Html Css Color HEX #BBA956 Gimblet

📋 copy color: '#BBA956'

red 187 ◦ green 169 ◦ blue 86

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

Shades of Gimblet #BBA956

Tints of Gimblet #BBA956

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.24%

 BLUE value IS 86 (33.98% from 255) = 19.46%

R = 42.31%
G = 38.24%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BBA956 (or 0xBBA956) is known color: Gimblet. HEX triplet: BB, A9 and 56. RGB value is (187,169,86). Sum of RGB (Red+Green+Blue) = 187+169+86=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 169 (66.41% from 255 or 38.24% from 442); Blue value is 86 (33.98% from 255 or 19.46% from 442); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA956 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA956 is #4456A9. Grayscale: #A5A5A5. Windows color (decimal): -4478634 or 5679547. OLE color: 5679547.

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

Color convert

RGB 187 169 86 -
CMYK 0 0.10 0.54 0.27
HSL 49.31º 0.43% 0.54% -
HSV(B) 49.31º 0.54% 0.73% -
XYZ 36.36 39.61 14.53 -
YUV 164.92 83.46 143.75 -
System Red Green Blue C M Y K H S L
Decimal 187 169 86 0 0.10 0.54 0.27 49.31 0.43 0.54
Hex BB A9 56 0 A 36 1B 31 2B 36
Octal 273 251 126 0 12 66 33 61 53 66
Binary 10111011 10101001 1010110 0 1010 110110 11011 110001 101011 110110

Color Harmonies of #BBA956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA956

Black with #BBA956

Text Example


Text Example

White with #BBA956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA956; }

 p { color: rgb(187,169,86); }

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

background-color css

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

 a { background-color: rgb(187,169,86); }

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

border-color css

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

 span { border-color: rgb(187,169,86); }

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