Html Css Color HEX #B5A862 Gimblet

📋 copy color: '#B5A862'

red 181 ◦ green 168 ◦ blue 98

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

Shades of Gimblet #B5A862

Tints of Gimblet #B5A862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.92%

R = 40.49%
G = 37.58%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B5A862 (or 0xB5A862) is known color: Gimblet. HEX triplet: B5, A8 and 62. RGB value is (181,168,98). Sum of RGB (Red+Green+Blue) = 181+168+98=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 98 (38.67% from 255 or 21.92% from 447); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A862 is #4A579D. Grayscale: #A4A4A4. Windows color (decimal): -4872094 or 6465717. OLE color: 6465717.

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

Color convert

RGB 181 168 98 -
CMYK 0 0.07 0.46 0.29
HSL 50.6º 0.36% 0.55% -
HSV(B) 50.6º 0.46% 0.71% -
XYZ 35.26 38.71 17.17 -
YUV 163.91 90.81 140.19 -
System Red Green Blue C M Y K H S L
Decimal 181 168 98 0 0.07 0.46 0.29 50.6 0.36 0.55
Hex B5 A8 62 0 7 2E 1D 33 24 37
Octal 265 250 142 0 7 56 35 63 44 67
Binary 10110101 10101000 1100010 0 111 101110 11101 110011 100100 110111

Color Harmonies of #B5A862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A862

Black with #B5A862

Text Example


Text Example

White with #B5A862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A862; }

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

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

background-color css

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

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

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

border-color css

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

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

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