Html Css Color HEX #BEAF6B Gimblet

📋 copy color: '#BEAF6B'

red 190 ◦ green 175 ◦ blue 107

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

Shades of Gimblet #BEAF6B

Tints of Gimblet #BEAF6B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.08%

 BLUE value IS 107 (42.19% from 255) = 22.67%

R = 40.25%
G = 37.08%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BEAF6B (or 0xBEAF6B) is known color: Gimblet. HEX triplet: BE, AF and 6B. RGB value is (190,175,107). Sum of RGB (Red+Green+Blue) = 190+175+107=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 107 (42.19% from 255 or 22.67% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAF6B is #415094. Grayscale: #ACACAC. Windows color (decimal): -4280469 or 7057342. OLE color: 7057342.

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

Color convert

RGB 190 175 107 -
CMYK 0 0.08 0.44 0.25
HSL 49.16º 0.39% 0.58% -
HSV(B) 49.16º 0.44% 0.75% -
XYZ 39.22 42.67 20.08 -
YUV 171.73 91.47 141.03 -
System Red Green Blue C M Y K H S L
Decimal 190 175 107 0 0.08 0.44 0.25 49.16 0.39 0.58
Hex BE AF 6B 0 8 2C 19 31 27 3A
Octal 276 257 153 0 10 54 31 61 47 72
Binary 10111110 10101111 1101011 0 1000 101100 11001 110001 100111 111010

Color Harmonies of #BEAF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAF6B

Black with #BEAF6B

Text Example


Text Example

White with #BEAF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAF6B; }

 p { color: rgb(190,175,107); }

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

background-color css

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

 a { background-color: rgb(190,175,107); }

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

border-color css

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

 span { border-color: rgb(190,175,107); }

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