Html Css Color HEX #BBB461 Gimblet

📋 copy color: '#BBB461'

red 187 ◦ green 180 ◦ blue 97

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

Shades of Gimblet #BBB461

Tints of Gimblet #BBB461

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.79%

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

R = 40.3%
G = 38.79%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BBB461 (or 0xBBB461) is known color: Gimblet. HEX triplet: BB, B4 and 61. RGB value is (187,180,97). Sum of RGB (Red+Green+Blue) = 187+180+97=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 97 (38.28% from 255 or 20.91% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB461 is #444B9E. Grayscale: #ACACAC. Windows color (decimal): -4475807 or 6403259. OLE color: 6403259.

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

Color convert

RGB 187 180 97 -
CMYK 0 0.04 0.48 0.27
HSL 55.33º 0.4% 0.56% -
HSV(B) 55.33º 0.48% 0.73% -
XYZ 38.97 44.07 17.76 -
YUV 172.63 85.32 138.25 -
System Red Green Blue C M Y K H S L
Decimal 187 180 97 0 0.04 0.48 0.27 55.33 0.4 0.56
Hex BB B4 61 0 4 30 1B 37 28 38
Octal 273 264 141 0 4 60 33 67 50 70
Binary 10111011 10110100 1100001 0 100 110000 11011 110111 101000 111000

Color Harmonies of #BBB461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB461

Black with #BBB461

Text Example


Text Example

White with #BBB461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB461; }

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

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

background-color css

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

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

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

border-color css

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

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

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