Html Css Color HEX #BEB265 Gimblet

📋 copy color: '#BEB265'

red 190 ◦ green 178 ◦ blue 101

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

Shades of Gimblet #BEB265

Tints of Gimblet #BEB265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.54%

R = 40.51%
G = 37.95%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BEB265 (or 0xBEB265) is known color: Gimblet. HEX triplet: BE, B2 and 65. RGB value is (190,178,101). Sum of RGB (Red+Green+Blue) = 190+178+101=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 178 (69.92% from 255 or 37.95% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB265 is #414D9A. Grayscale: #ADADAD. Windows color (decimal): -4279707 or 6664894. OLE color: 6664894.

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

Color convert

RGB 190 178 101 -
CMYK 0 0.06 0.47 0.25
HSL 51.91º 0.41% 0.57% -
HSV(B) 51.91º 0.47% 0.75% -
XYZ 39.5 43.73 18.67 -
YUV 172.81 87.48 140.26 -
System Red Green Blue C M Y K H S L
Decimal 190 178 101 0 0.06 0.47 0.25 51.91 0.41 0.57
Hex BE B2 65 0 6 2F 19 34 29 39
Octal 276 262 145 0 6 57 31 64 51 71
Binary 10111110 10110010 1100101 0 110 101111 11001 110100 101001 111001

Color Harmonies of #BEB265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB265

Black with #BEB265

Text Example


Text Example

White with #BEB265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB265; }

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

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

background-color css

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

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

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

border-color css

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

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

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