Html Css Color HEX #BBB063 Gimblet

📋 copy color: '#BBB063'

red 187 ◦ green 176 ◦ blue 99

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

Shades of Gimblet #BBB063

Tints of Gimblet #BBB063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.43%

R = 40.48%
G = 38.1%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BBB063 (or 0xBBB063) is known color: Gimblet. HEX triplet: BB, B0 and 63. RGB value is (187,176,99). Sum of RGB (Red+Green+Blue) = 187+176+99=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 176 (69.14% from 255 or 38.10% from 462); Blue value is 99 (39.06% from 255 or 21.43% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB063 is #444F9C. Grayscale: #AAAAAA. Windows color (decimal): -4476829 or 6533307. OLE color: 6533307.

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

Color convert

RGB 187 176 99 -
CMYK 0 0.06 0.47 0.27
HSL 52.5º 0.39% 0.56% -
HSV(B) 52.5º 0.47% 0.73% -
XYZ 38.27 42.52 17.99 -
YUV 170.51 87.64 139.76 -
System Red Green Blue C M Y K H S L
Decimal 187 176 99 0 0.06 0.47 0.27 52.5 0.39 0.56
Hex BB B0 63 0 6 2F 1B 34 27 38
Octal 273 260 143 0 6 57 33 64 47 70
Binary 10111011 10110000 1100011 0 110 101111 11011 110100 100111 111000

Color Harmonies of #BBB063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB063

Black with #BBB063

Text Example


Text Example

White with #BBB063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB063; }

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

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

background-color css

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

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

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

border-color css

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

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

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