Html Css Color HEX #BBB05E Gimblet

📋 copy color: '#BBB05E'

red 187 ◦ green 176 ◦ blue 94

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

Shades of Gimblet #BBB05E

Tints of Gimblet #BBB05E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.51%

 BLUE value IS 94 (37.11% from 255) = 20.57%

R = 40.92%
G = 38.51%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BBB05E (or 0xBBB05E) is known color: Gimblet. HEX triplet: BB, B0 and 5E. RGB value is (187,176,94). Sum of RGB (Red+Green+Blue) = 187+176+94=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 176 (69.14% from 255 or 38.51% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB05E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB05E is #444FA1. Grayscale: #AAAAAA. Windows color (decimal): -4476834 or 6205627. OLE color: 6205627.

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

Color convert

RGB 187 176 94 -
CMYK 0 0.06 0.50 0.27
HSL 52.9º 0.41% 0.55% -
HSV(B) 52.9º 0.5% 0.73% -
XYZ 38.04 42.42 16.77 -
YUV 169.94 85.14 140.17 -
System Red Green Blue C M Y K H S L
Decimal 187 176 94 0 0.06 0.50 0.27 52.9 0.41 0.55
Hex BB B0 5E 0 6 32 1B 35 29 37
Octal 273 260 136 0 6 62 33 65 51 67
Binary 10111011 10110000 1011110 0 110 110010 11011 110101 101001 110111

Color Harmonies of #BBB05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB05E

Black with #BBB05E

Text Example


Text Example

White with #BBB05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB05E; }

 p { color: rgb(187,176,94); }

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

background-color css

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

 a { background-color: rgb(187,176,94); }

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

border-color css

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

 span { border-color: rgb(187,176,94); }

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