Html Css Color HEX #BBA85F Gimblet

📋 copy color: '#BBA85F'

red 187 ◦ green 168 ◦ blue 95

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

Shades of Gimblet #BBA85F

Tints of Gimblet #BBA85F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.11%

R = 41.56%
G = 37.33%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BBA85F (or 0xBBA85F) is known color: Gimblet. HEX triplet: BB, A8 and 5F. RGB value is (187,168,95). Sum of RGB (Red+Green+Blue) = 187+168+95=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 168 (66.02% from 255 or 37.33% from 450); Blue value is 95 (37.5% from 255 or 21.11% from 450); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA85F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA85F is #4457A0. Grayscale: #A5A5A5. Windows color (decimal): -4478881 or 6269115. OLE color: 6269115.

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

Color convert

RGB 187 168 95 -
CMYK 0 0.10 0.49 0.27
HSL 47.61º 0.4% 0.55% -
HSV(B) 47.61º 0.49% 0.73% -
XYZ 36.56 39.4 16.5 -
YUV 165.36 88.29 143.44 -
System Red Green Blue C M Y K H S L
Decimal 187 168 95 0 0.10 0.49 0.27 47.61 0.4 0.55
Hex BB A8 5F 0 A 31 1B 30 28 37
Octal 273 250 137 0 12 61 33 60 50 67
Binary 10111011 10101000 1011111 0 1010 110001 11011 110000 101000 110111

Color Harmonies of #BBA85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA85F

Black with #BBA85F

Text Example


Text Example

White with #BBA85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA85F; }

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

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

background-color css

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

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

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

border-color css

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

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

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