Html Css Color HEX #BEB157 Gimblet

📋 copy color: '#BEB157'

red 190 ◦ green 177 ◦ blue 87

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

Shades of Gimblet #BEB157

Tints of Gimblet #BEB157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 19.16%

R = 41.85%
G = 38.99%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BEB157 (or 0xBEB157) is known color: Gimblet. HEX triplet: BE, B1 and 57. RGB value is (190,177,87). Sum of RGB (Red+Green+Blue) = 190+177+87=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 87 (34.38% from 255 or 19.16% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB157 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB157 is #414EA8. Grayscale: #ABABAB. Windows color (decimal): -4279977 or 5747134. OLE color: 5747134.

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

Color convert

RGB 190 177 87 -
CMYK 0 0.07 0.54 0.25
HSL 52.43º 0.44% 0.54% -
HSV(B) 52.43º 0.54% 0.75% -
XYZ 38.68 43.08 15.29 -
YUV 170.63 80.81 141.82 -
System Red Green Blue C M Y K H S L
Decimal 190 177 87 0 0.07 0.54 0.25 52.43 0.44 0.54
Hex BE B1 57 0 7 36 19 34 2C 36
Octal 276 261 127 0 7 66 31 64 54 66
Binary 10111110 10110001 1010111 0 111 110110 11001 110100 101100 110110

Color Harmonies of #BEB157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB157

Black with #BEB157

Text Example


Text Example

White with #BEB157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB157; }

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

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

background-color css

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

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

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

border-color css

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

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

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