Html Css Color HEX #B5A768 Gimblet

📋 copy color: '#B5A768'

red 181 ◦ green 167 ◦ blue 104

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

Shades of Gimblet #B5A768

Tints of Gimblet #B5A768

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.95%

 BLUE value IS 104 (41.02% from 255) = 23.01%

R = 40.04%
G = 36.95%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B5A768 (or 0xB5A768) is known color: Gimblet. HEX triplet: B5, A7 and 68. RGB value is (181,167,104). Sum of RGB (Red+Green+Blue) = 181+167+104=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 167 (65.62% from 255 or 36.95% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A768 is #4A5897. Grayscale: #A4A4A4. Windows color (decimal): -4872344 or 6858677. OLE color: 6858677.

HSL color Cylindrical-coordinate representation of color #B5A768: hue angle of 49.09º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B5A768 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 167 104 -
CMYK 0 0.08 0.43 0.29
HSL 49.09º 0.34% 0.56% -
HSV(B) 49.09º 0.43% 0.71% -
XYZ 35.37 38.46 18.66 -
YUV 164 94.14 140.12 -
System Red Green Blue C M Y K H S L
Decimal 181 167 104 0 0.08 0.43 0.29 49.09 0.34 0.56
Hex B5 A7 68 0 8 2B 1D 31 22 38
Octal 265 247 150 0 10 53 35 61 42 70
Binary 10110101 10100111 1101000 0 1000 101011 11101 110001 100010 111000

Color Harmonies of #B5A768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A768

Black with #B5A768

Text Example


Text Example

White with #B5A768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A768; }

 p { color: rgb(181,167,104); }

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

background-color css

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

 a { background-color: rgb(181,167,104); }

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

border-color css

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

 span { border-color: rgb(181,167,104); }

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