Html Css Color HEX #BBB264 Gimblet

📋 copy color: '#BBB264'

red 187 ◦ green 178 ◦ blue 100

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

Shades of Gimblet #BBB264

Tints of Gimblet #BBB264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.51%

R = 40.22%
G = 38.28%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BBB264 (or 0xBBB264) is known color: Gimblet. HEX triplet: BB, B2 and 64. RGB value is (187,178,100). Sum of RGB (Red+Green+Blue) = 187+178+100=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 178 (69.92% from 255 or 38.28% from 465); Blue value is 100 (39.45% from 255 or 21.51% from 465); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB264 is #444D9B. Grayscale: #ACACAC. Windows color (decimal): -4476316 or 6599355. OLE color: 6599355.

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

Color convert

RGB 187 178 100 -
CMYK 0 0.05 0.47 0.27
HSL 53.79º 0.39% 0.56% -
HSV(B) 53.79º 0.47% 0.73% -
XYZ 38.71 43.33 18.38 -
YUV 171.8 87.48 138.84 -
System Red Green Blue C M Y K H S L
Decimal 187 178 100 0 0.05 0.47 0.27 53.79 0.39 0.56
Hex BB B2 64 0 5 2F 1B 36 27 38
Octal 273 262 144 0 5 57 33 66 47 70
Binary 10111011 10110010 1100100 0 101 101111 11011 110110 100111 111000

Color Harmonies of #BBB264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB264

Black with #BBB264

Text Example


Text Example

White with #BBB264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB264; }

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

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

background-color css

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

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

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

border-color css

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

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

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