Html Css Color HEX #BEB05D Gimblet

📋 copy color: '#BEB05D'

red 190 ◦ green 176 ◦ blue 93

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

Shades of Gimblet #BEB05D

Tints of Gimblet #BEB05D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.26%

R = 41.39%
G = 38.34%
B = 20.26%

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

#BEB05D (or 0xBEB05D) is known color: Gimblet. HEX triplet: BE, B0 and 5D. RGB value is (190,176,93). Sum of RGB (Red+Green+Blue) = 190+176+93=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 93 (36.72% from 255 or 20.26% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB05D is #414FA2. Grayscale: #ABABAB. Windows color (decimal): -4280227 or 6140094. OLE color: 6140094.

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

Color convert

RGB 190 176 93 -
CMYK 0 0.07 0.51 0.25
HSL 51.34º 0.43% 0.55% -
HSV(B) 51.34º 0.51% 0.75% -
XYZ 38.74 42.79 16.57 -
YUV 170.72 84.14 141.75 -
System Red Green Blue C M Y K H S L
Decimal 190 176 93 0 0.07 0.51 0.25 51.34 0.43 0.55
Hex BE B0 5D 0 7 33 19 33 2B 37
Octal 276 260 135 0 7 63 31 63 53 67
Binary 10111110 10110000 1011101 0 111 110011 11001 110011 101011 110111

Color Harmonies of #BEB05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB05D

Black with #BEB05D

Text Example


Text Example

White with #BEB05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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