Html Css Color HEX #BBB15C Gimblet

📋 copy color: '#BBB15C'

red 187 ◦ green 177 ◦ blue 92

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

Shades of Gimblet #BBB15C

Tints of Gimblet #BBB15C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.82%

 BLUE value IS 92 (36.33% from 255) = 20.18%

R = 41.01%
G = 38.82%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BBB15C (or 0xBBB15C) is known color: Gimblet. HEX triplet: BB, B1 and 5C. RGB value is (187,177,92). Sum of RGB (Red+Green+Blue) = 187+177+92=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 177 (69.53% from 255 or 38.82% from 456); Blue value is 92 (36.33% from 255 or 20.18% from 456); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB15C is #444EA3. Grayscale: #AAAAAA. Windows color (decimal): -4476580 or 6074811. OLE color: 6074811.

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

Color convert

RGB 187 177 92 -
CMYK 0 0.05 0.51 0.27
HSL 53.68º 0.41% 0.55% -
HSV(B) 53.68º 0.51% 0.73% -
XYZ 38.15 42.78 16.37 -
YUV 170.3 83.81 139.91 -
System Red Green Blue C M Y K H S L
Decimal 187 177 92 0 0.05 0.51 0.27 53.68 0.41 0.55
Hex BB B1 5C 0 5 33 1B 36 29 37
Octal 273 261 134 0 5 63 33 66 51 67
Binary 10111011 10110001 1011100 0 101 110011 11011 110110 101001 110111

Color Harmonies of #BBB15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB15C

Black with #BBB15C

Text Example


Text Example

White with #BBB15C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB15C; }

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

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

background-color css

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

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

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

border-color css

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

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

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