Html Css Color HEX #BBB05C Gimblet

📋 copy color: '#BBB05C'

red 187 ◦ green 176 ◦ blue 92

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

Shades of Gimblet #BBB05C

Tints of Gimblet #BBB05C

RGB

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

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

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

R = 41.1%
G = 38.68%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BBB05C (or 0xBBB05C) is known color: Gimblet. HEX triplet: BB, B0 and 5C. RGB value is (187,176,92). Sum of RGB (Red+Green+Blue) = 187+176+92=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 176 (69.14% from 255 or 38.68% from 455); Blue value is 92 (36.33% from 255 or 20.22% from 455); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB05C is #444FA3. Grayscale: #AAAAAA. Windows color (decimal): -4476836 or 6074555. OLE color: 6074555.

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

Color convert

RGB 187 176 92 -
CMYK 0 0.06 0.51 0.27
HSL 53.05º 0.41% 0.55% -
HSV(B) 53.05º 0.51% 0.73% -
XYZ 37.95 42.39 16.31 -
YUV 169.71 84.14 140.33 -
System Red Green Blue C M Y K H S L
Decimal 187 176 92 0 0.06 0.51 0.27 53.05 0.41 0.55
Hex BB B0 5C 0 6 33 1B 35 29 37
Octal 273 260 134 0 6 63 33 65 51 67
Binary 10111011 10110000 1011100 0 110 110011 11011 110101 101001 110111

Color Harmonies of #BBB05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB05C

Black with #BBB05C

Text Example


Text Example

White with #BBB05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB05C; }

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

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

background-color css

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

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

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

border-color css

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

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

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