Html Css Color HEX #BEB05E Gimblet

📋 copy color: '#BEB05E'

red 190 ◦ green 176 ◦ blue 94

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

Shades of Gimblet #BEB05E

Tints of Gimblet #BEB05E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.26%

 BLUE value IS 94 (37.11% from 255) = 20.43%

R = 41.3%
G = 38.26%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BEB05E (or 0xBEB05E) is known color: Gimblet. HEX triplet: BE, B0 and 5E. RGB value is (190,176,94). Sum of RGB (Red+Green+Blue) = 190+176+94=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 94 (37.11% from 255 or 20.43% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB05E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB05E is #414FA1. Grayscale: #ABABAB. Windows color (decimal): -4280226 or 6205630. OLE color: 6205630.

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

Color convert

RGB 190 176 94 -
CMYK 0 0.07 0.51 0.25
HSL 51.25º 0.42% 0.56% -
HSV(B) 51.25º 0.51% 0.75% -
XYZ 38.78 42.81 16.81 -
YUV 170.84 84.64 141.67 -
System Red Green Blue C M Y K H S L
Decimal 190 176 94 0 0.07 0.51 0.25 51.25 0.42 0.56
Hex BE B0 5E 0 7 33 19 33 2A 38
Octal 276 260 136 0 7 63 31 63 52 70
Binary 10111110 10110000 1011110 0 111 110011 11001 110011 101010 111000

Color Harmonies of #BEB05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB05E

Black with #BEB05E

Text Example


Text Example

White with #BEB05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB05E; }

 p { color: rgb(190,176,94); }

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

background-color css

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

 a { background-color: rgb(190,176,94); }

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

border-color css

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

 span { border-color: rgb(190,176,94); }

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