Html Css Color HEX #BEB069 Gimblet

📋 copy color: '#BEB069'

red 190 ◦ green 176 ◦ blue 105

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

Shades of Gimblet #BEB069

Tints of Gimblet #BEB069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.29%

R = 40.34%
G = 37.37%
B = 22.29%

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

#BEB069 (or 0xBEB069) is known color: Gimblet. HEX triplet: BE, B0 and 69. RGB value is (190,176,105). Sum of RGB (Red+Green+Blue) = 190+176+105=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 105 (41.41% from 255 or 22.29% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB069 is #414F96. Grayscale: #ACACAC. Windows color (decimal): -4280215 or 6926526. OLE color: 6926526.

HSL color Cylindrical-coordinate representation of color #BEB069: hue angle of 50.12º 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 #BEB069 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 176 105 -
CMYK 0 0.07 0.45 0.25
HSL 50.12º 0.4% 0.58% -
HSV(B) 50.12º 0.45% 0.75% -
XYZ 39.31 43.02 19.6 -
YUV 172.09 90.14 140.77 -
System Red Green Blue C M Y K H S L
Decimal 190 176 105 0 0.07 0.45 0.25 50.12 0.4 0.58
Hex BE B0 69 0 7 2D 19 32 28 3A
Octal 276 260 151 0 7 55 31 62 50 72
Binary 10111110 10110000 1101001 0 111 101101 11001 110010 101000 111010

Color Harmonies of #BEB069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB069

Black with #BEB069

Text Example


Text Example

White with #BEB069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB069; }

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

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

background-color css

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

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

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

border-color css

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

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

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