Html Css Color HEX #B5A863 Gimblet

📋 copy color: '#B5A863'

red 181 ◦ green 168 ◦ blue 99

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

Shades of Gimblet #B5A863

Tints of Gimblet #B5A863

RGB

 RED value IS 181 (71.09% from 255) = 40.4%

 GREEN value IS 168 (66.02% from 255) = 37.5%

 BLUE value IS 99 (39.06% from 255) = 22.1%

R = 40.4%
G = 37.5%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B5A863 (or 0xB5A863) is known color: Gimblet. HEX triplet: B5, A8 and 63. RGB value is (181,168,99). Sum of RGB (Red+Green+Blue) = 181+168+99=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 168 (66.02% from 255 or 37.5% from 448); Blue value is 99 (39.06% from 255 or 22.10% from 448); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A863 is #4A579C. Grayscale: #A4A4A4. Windows color (decimal): -4872093 or 6531253. OLE color: 6531253.

HSL color Cylindrical-coordinate representation of color #B5A863: hue angle of 50.49º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B5A863 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 168 99 -
CMYK 0 0.07 0.45 0.29
HSL 50.49º 0.36% 0.55% -
HSV(B) 50.49º 0.45% 0.71% -
XYZ 35.31 38.73 17.42 -
YUV 164.02 91.31 140.11 -
System Red Green Blue C M Y K H S L
Decimal 181 168 99 0 0.07 0.45 0.29 50.49 0.36 0.55
Hex B5 A8 63 0 7 2D 1D 32 24 37
Octal 265 250 143 0 7 55 35 62 44 67
Binary 10110101 10101000 1100011 0 111 101101 11101 110010 100100 110111

Color Harmonies of #B5A863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A863

Black with #B5A863

Text Example


Text Example

White with #B5A863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A863; }

 p { color: rgb(181,168,99); }

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

background-color css

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

 a { background-color: rgb(181,168,99); }

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

border-color css

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

 span { border-color: rgb(181,168,99); }

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