Html Css Color HEX #BBB065 Gimblet

📋 copy color: '#BBB065'

red 187 ◦ green 176 ◦ blue 101

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

Shades of Gimblet #BBB065

Tints of Gimblet #BBB065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.77%

R = 40.3%
G = 37.93%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BBB065 (or 0xBBB065) is known color: Gimblet. HEX triplet: BB, B0 and 65. RGB value is (187,176,101). Sum of RGB (Red+Green+Blue) = 187+176+101=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 101 (39.84% from 255 or 21.77% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB065 is #444F9A. Grayscale: #ABABAB. Windows color (decimal): -4476827 or 6664379. OLE color: 6664379.

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

Color convert

RGB 187 176 101 -
CMYK 0 0.06 0.46 0.27
HSL 52.33º 0.39% 0.56% -
HSV(B) 52.33º 0.46% 0.73% -
XYZ 38.37 42.56 18.5 -
YUV 170.74 88.64 139.6 -
System Red Green Blue C M Y K H S L
Decimal 187 176 101 0 0.06 0.46 0.27 52.33 0.39 0.56
Hex BB B0 65 0 6 2E 1B 34 27 38
Octal 273 260 145 0 6 56 33 64 47 70
Binary 10111011 10110000 1100101 0 110 101110 11011 110100 100111 111000

Color Harmonies of #BBB065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB065

Black with #BBB065

Text Example


Text Example

White with #BBB065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB065; }

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

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

background-color css

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

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

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

border-color css

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

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

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