Html Css Color HEX #BEB067 Gimblet

📋 copy color: '#BEB067'

red 190 ◦ green 176 ◦ blue 103

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

Shades of Gimblet #BEB067

Tints of Gimblet #BEB067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.96%

R = 40.51%
G = 37.53%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BEB067 (or 0xBEB067) is known color: Gimblet. HEX triplet: BE, B0 and 67. RGB value is (190,176,103). Sum of RGB (Red+Green+Blue) = 190+176+103=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 176 (69.14% from 255 or 37.53% from 469); Blue value is 103 (40.62% from 255 or 21.96% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB067 is #414F98. Grayscale: #ACACAC. Windows color (decimal): -4280217 or 6795454. OLE color: 6795454.

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

Color convert

RGB 190 176 103 -
CMYK 0 0.07 0.46 0.25
HSL 50.34º 0.4% 0.57% -
HSV(B) 50.34º 0.46% 0.75% -
XYZ 39.21 42.98 19.06 -
YUV 171.86 89.14 140.94 -
System Red Green Blue C M Y K H S L
Decimal 190 176 103 0 0.07 0.46 0.25 50.34 0.4 0.57
Hex BE B0 67 0 7 2E 19 32 28 39
Octal 276 260 147 0 7 56 31 62 50 71
Binary 10111110 10110000 1100111 0 111 101110 11001 110010 101000 111001

Color Harmonies of #BEB067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB067

Black with #BEB067

Text Example


Text Example

White with #BEB067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB067; }

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

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

background-color css

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

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

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

border-color css

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

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

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