Html Css Color HEX #BEB162 Gimblet

📋 copy color: '#BEB162'

red 190 ◦ green 177 ◦ blue 98

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

Shades of Gimblet #BEB162

Tints of Gimblet #BEB162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.08%

R = 40.86%
G = 38.06%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BEB162 (or 0xBEB162) is known color: Gimblet. HEX triplet: BE, B1 and 62. RGB value is (190,177,98). Sum of RGB (Red+Green+Blue) = 190+177+98=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 177 (69.53% from 255 or 38.06% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB162 is #414E9D. Grayscale: #ACACAC. Windows color (decimal): -4279966 or 6468030. OLE color: 6468030.

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

Color convert

RGB 190 177 98 -
CMYK 0 0.07 0.48 0.25
HSL 51.52º 0.41% 0.56% -
HSV(B) 51.52º 0.48% 0.75% -
XYZ 39.16 43.27 17.84 -
YUV 171.88 86.31 140.92 -
System Red Green Blue C M Y K H S L
Decimal 190 177 98 0 0.07 0.48 0.25 51.52 0.41 0.56
Hex BE B1 62 0 7 30 19 34 29 38
Octal 276 261 142 0 7 60 31 64 51 70
Binary 10111110 10110001 1100010 0 111 110000 11001 110100 101001 111000

Color Harmonies of #BEB162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB162

Black with #BEB162

Text Example


Text Example

White with #BEB162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB162; }

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

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

background-color css

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

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

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

border-color css

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

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

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