Html Css Color HEX #BEB155 Gimblet

📋 copy color: '#BEB155'

red 190 ◦ green 177 ◦ blue 85

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

Shades of Gimblet #BEB155

Tints of Gimblet #BEB155

RGB

 RED value IS 190 (74.61% from 255) = 42.04%

 GREEN value IS 177 (69.53% from 255) = 39.16%

 BLUE value IS 85 (33.59% from 255) = 18.81%

R = 42.04%
G = 39.16%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BEB155 (or 0xBEB155) is known color: Gimblet. HEX triplet: BE, B1 and 55. RGB value is (190,177,85). Sum of RGB (Red+Green+Blue) = 190+177+85=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 177 (69.53% from 255 or 39.16% from 452); Blue value is 85 (33.59% from 255 or 18.81% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB155 is #414EAA. Grayscale: #AAAAAA. Windows color (decimal): -4279979 or 5616062. OLE color: 5616062.

HSL color Cylindrical-coordinate representation of color #BEB155: hue angle of 52.57º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BEB155 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 177 85 -
CMYK 0 0.07 0.55 0.25
HSL 52.57º 0.45% 0.54% -
HSV(B) 52.57º 0.55% 0.75% -
XYZ 38.6 43.05 14.87 -
YUV 170.4 79.81 141.98 -
System Red Green Blue C M Y K H S L
Decimal 190 177 85 0 0.07 0.55 0.25 52.57 0.45 0.54
Hex BE B1 55 0 7 37 19 35 2D 36
Octal 276 261 125 0 7 67 31 65 55 66
Binary 10111110 10110001 1010101 0 111 110111 11001 110101 101101 110110

Color Harmonies of #BEB155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB155

Black with #BEB155

Text Example


Text Example

White with #BEB155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB155; }

 p { color: rgb(190,177,85); }

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

background-color css

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

 a { background-color: rgb(190,177,85); }

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

border-color css

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

 span { border-color: rgb(190,177,85); }

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