Html Css Color HEX #BBB261 Gimblet

📋 copy color: '#BBB261'

red 187 ◦ green 178 ◦ blue 97

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

Shades of Gimblet #BBB261

Tints of Gimblet #BBB261

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.53%

 BLUE value IS 97 (38.28% from 255) = 21%

R = 40.48%
G = 38.53%
B = 21%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BBB261 (or 0xBBB261) is known color: Gimblet. HEX triplet: BB, B2 and 61. RGB value is (187,178,97). Sum of RGB (Red+Green+Blue) = 187+178+97=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 178 (69.92% from 255 or 38.53% from 462); Blue value is 97 (38.28% from 255 or 21.00% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB261 is #444D9E. Grayscale: #ABABAB. Windows color (decimal): -4476319 or 6402747. OLE color: 6402747.

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

Color convert

RGB 187 178 97 -
CMYK 0 0.05 0.48 0.27
HSL 54º 0.4% 0.56% -
HSV(B) 54º 0.48% 0.73% -
XYZ 38.57 43.27 17.63 -
YUV 171.46 85.98 139.09 -
System Red Green Blue C M Y K H S L
Decimal 187 178 97 0 0.05 0.48 0.27 54 0.4 0.56
Hex BB B2 61 0 5 30 1B 36 28 38
Octal 273 262 141 0 5 60 33 66 50 70
Binary 10111011 10110010 1100001 0 101 110000 11011 110110 101000 111000

Color Harmonies of #BBB261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB261

Black with #BBB261

Text Example


Text Example

White with #BBB261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB261; }

 p { color: rgb(187,178,97); }

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

background-color css

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

 a { background-color: rgb(187,178,97); }

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

border-color css

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

 span { border-color: rgb(187,178,97); }

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