Html Css Color HEX #BBB265 Gimblet

📋 copy color: '#BBB265'

red 187 ◦ green 178 ◦ blue 101

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

Shades of Gimblet #BBB265

Tints of Gimblet #BBB265

RGB

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

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

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

R = 40.13%
G = 38.2%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BBB265 (or 0xBBB265) is known color: Gimblet. HEX triplet: BB, B2 and 65. RGB value is (187,178,101). Sum of RGB (Red+Green+Blue) = 187+178+101=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 178 (69.92% from 255 or 38.20% from 466); Blue value is 101 (39.84% from 255 or 21.67% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB265 is #444D9A. Grayscale: #ACACAC. Windows color (decimal): -4476315 or 6664891. OLE color: 6664891.

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

Color convert

RGB 187 178 101 -
CMYK 0 0.05 0.46 0.27
HSL 53.72º 0.39% 0.56% -
HSV(B) 53.72º 0.46% 0.73% -
XYZ 38.76 43.35 18.64 -
YUV 171.91 87.98 138.76 -
System Red Green Blue C M Y K H S L
Decimal 187 178 101 0 0.05 0.46 0.27 53.72 0.39 0.56
Hex BB B2 65 0 5 2E 1B 36 27 38
Octal 273 262 145 0 5 56 33 66 47 70
Binary 10111011 10110010 1100101 0 101 101110 11011 110110 100111 111000

Color Harmonies of #BBB265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB265

Black with #BBB265

Text Example


Text Example

White with #BBB265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB265; }

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

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

background-color css

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

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

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

border-color css

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

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

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