Html Css Color HEX #B5A973 Gimblet

📋 copy color: '#B5A973'

red 181 ◦ green 169 ◦ blue 115

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

Shades of Gimblet #B5A973

Tints of Gimblet #B5A973

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.34%

 BLUE value IS 115 (45.31% from 255) = 24.73%

R = 38.92%
G = 36.34%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B5A973 (or 0xB5A973) is known color: Gimblet. HEX triplet: B5, A9 and 73. RGB value is (181,169,115). Sum of RGB (Red+Green+Blue) = 181+169+115=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 115 (45.31% from 255 or 24.73% from 465); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A973 is #4A568C. Grayscale: #A6A6A6. Windows color (decimal): -4871821 or 7580085. OLE color: 7580085.

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

Color convert

RGB 181 169 115 -
CMYK 0 0.07 0.36 0.29
HSL 49.09º 0.31% 0.58% -
HSV(B) 49.09º 0.36% 0.71% -
XYZ 36.34 39.44 21.92 -
YUV 166.43 98.98 138.39 -
System Red Green Blue C M Y K H S L
Decimal 181 169 115 0 0.07 0.36 0.29 49.09 0.31 0.58
Hex B5 A9 73 0 7 24 1D 31 1F 3A
Octal 265 251 163 0 7 44 35 61 37 72
Binary 10110101 10101001 1110011 0 111 100100 11101 110001 11111 111010

Color Harmonies of #B5A973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A973

Black with #B5A973

Text Example


Text Example

White with #B5A973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A973; }

 p { color: rgb(181,169,115); }

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

background-color css

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

 a { background-color: rgb(181,169,115); }

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

border-color css

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

 span { border-color: rgb(181,169,115); }

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