Html Css Color HEX #BEB068 Gimblet

📋 copy color: '#BEB068'

red 190 ◦ green 176 ◦ blue 104

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

Shades of Gimblet #BEB068

Tints of Gimblet #BEB068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.13%

R = 40.43%
G = 37.45%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BEB068 (or 0xBEB068) is known color: Gimblet. HEX triplet: BE, B0 and 68. RGB value is (190,176,104). Sum of RGB (Red+Green+Blue) = 190+176+104=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 176 (69.14% from 255 or 37.45% from 470); Blue value is 104 (41.02% from 255 or 22.13% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB068 is #414F97. Grayscale: #ACACAC. Windows color (decimal): -4280216 or 6860990. OLE color: 6860990.

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

Color convert

RGB 190 176 104 -
CMYK 0 0.07 0.45 0.25
HSL 50.23º 0.4% 0.58% -
HSV(B) 50.23º 0.45% 0.75% -
XYZ 39.26 43 19.33 -
YUV 171.98 89.64 140.85 -
System Red Green Blue C M Y K H S L
Decimal 190 176 104 0 0.07 0.45 0.25 50.23 0.4 0.58
Hex BE B0 68 0 7 2D 19 32 28 3A
Octal 276 260 150 0 7 55 31 62 50 72
Binary 10111110 10110000 1101000 0 111 101101 11001 110010 101000 111010

Color Harmonies of #BEB068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB068

Black with #BEB068

Text Example


Text Example

White with #BEB068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB068; }

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

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

background-color css

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

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

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

border-color css

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

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

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