Html Css Color HEX #BEB260 Gimblet

📋 copy color: '#BEB260'

red 190 ◦ green 178 ◦ blue 96

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

Shades of Gimblet #BEB260

Tints of Gimblet #BEB260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.69%

R = 40.95%
G = 38.36%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BEB260 (or 0xBEB260) is known color: Gimblet. HEX triplet: BE, B2 and 60. RGB value is (190,178,96). Sum of RGB (Red+Green+Blue) = 190+178+96=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 178 (69.92% from 255 or 38.36% from 464); Blue value is 96 (37.89% from 255 or 20.69% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB260 is #414D9F. Grayscale: #ACACAC. Windows color (decimal): -4279712 or 6337214. OLE color: 6337214.

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

Color convert

RGB 190 178 96 -
CMYK 0 0.06 0.49 0.25
HSL 52.34º 0.42% 0.56% -
HSV(B) 52.34º 0.49% 0.75% -
XYZ 39.27 43.63 17.42 -
YUV 172.24 84.98 140.67 -
System Red Green Blue C M Y K H S L
Decimal 190 178 96 0 0.06 0.49 0.25 52.34 0.42 0.56
Hex BE B2 60 0 6 31 19 34 2A 38
Octal 276 262 140 0 6 61 31 64 52 70
Binary 10111110 10110010 1100000 0 110 110001 11001 110100 101010 111000

Color Harmonies of #BEB260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB260

Black with #BEB260

Text Example


Text Example

White with #BEB260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB260; }

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

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

background-color css

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

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

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

border-color css

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

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

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