Html Css Color HEX #BEB259 Gimblet

📋 copy color: '#BEB259'

red 190 ◦ green 178 ◦ blue 89

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

Shades of Gimblet #BEB259

Tints of Gimblet #BEB259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 19.47%

R = 41.58%
G = 38.95%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BEB259 (or 0xBEB259) is known color: Gimblet. HEX triplet: BE, B2 and 59. RGB value is (190,178,89). Sum of RGB (Red+Green+Blue) = 190+178+89=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 178 (69.92% from 255 or 38.95% from 457); Blue value is 89 (35.16% from 255 or 19.47% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB259 is #414DA6. Grayscale: #ABABAB. Windows color (decimal): -4279719 or 5878462. OLE color: 5878462.

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

Color convert

RGB 190 178 89 -
CMYK 0 0.06 0.53 0.25
HSL 52.87º 0.44% 0.55% -
HSV(B) 52.87º 0.53% 0.75% -
XYZ 38.96 43.51 15.8 -
YUV 171.44 81.48 141.24 -
System Red Green Blue C M Y K H S L
Decimal 190 178 89 0 0.06 0.53 0.25 52.87 0.44 0.55
Hex BE B2 59 0 6 35 19 35 2C 37
Octal 276 262 131 0 6 65 31 65 54 67
Binary 10111110 10110010 1011001 0 110 110101 11001 110101 101100 110111

Color Harmonies of #BEB259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB259

Black with #BEB259

Text Example


Text Example

White with #BEB259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB259; }

 p { color: rgb(190,178,89); }

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

background-color css

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

 a { background-color: rgb(190,178,89); }

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

border-color css

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

 span { border-color: rgb(190,178,89); }

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