Html Css Color HEX #BEB05A Gimblet

📋 copy color: '#BEB05A'

red 190 ◦ green 176 ◦ blue 90

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

Shades of Gimblet #BEB05A

Tints of Gimblet #BEB05A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.74%

R = 41.67%
G = 38.6%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BEB05A (or 0xBEB05A) is known color: Gimblet. HEX triplet: BE, B0 and 5A. RGB value is (190,176,90). Sum of RGB (Red+Green+Blue) = 190+176+90=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 176 (69.14% from 255 or 38.60% from 456); Blue value is 90 (35.55% from 255 or 19.74% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB05A is #414FA5. Grayscale: #AAAAAA. Windows color (decimal): -4280230 or 5943486. OLE color: 5943486.

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

Color convert

RGB 190 176 90 -
CMYK 0 0.07 0.53 0.25
HSL 51.6º 0.43% 0.55% -
HSV(B) 51.6º 0.53% 0.75% -
XYZ 38.61 42.74 15.89 -
YUV 170.38 82.64 141.99 -
System Red Green Blue C M Y K H S L
Decimal 190 176 90 0 0.07 0.53 0.25 51.6 0.43 0.55
Hex BE B0 5A 0 7 35 19 34 2B 37
Octal 276 260 132 0 7 65 31 64 53 67
Binary 10111110 10110000 1011010 0 111 110101 11001 110100 101011 110111

Color Harmonies of #BEB05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB05A

Black with #BEB05A

Text Example


Text Example

White with #BEB05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB05A; }

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

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

background-color css

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

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

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

border-color css

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

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

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