Html Css Color HEX #B5A967 Gimblet

📋 copy color: '#B5A967'

red 181 ◦ green 169 ◦ blue 103

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

Shades of Gimblet #B5A967

Tints of Gimblet #B5A967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.74%

R = 39.96%
G = 37.31%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B5A967 (or 0xB5A967) is known color: Gimblet. HEX triplet: B5, A9 and 67. RGB value is (181,169,103). Sum of RGB (Red+Green+Blue) = 181+169+103=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 169 (66.41% from 255 or 37.31% from 453); Blue value is 103 (40.62% from 255 or 22.74% from 453); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A967 is #4A5698. Grayscale: #A5A5A5. Windows color (decimal): -4871833 or 6793653. OLE color: 6793653.

HSL color Cylindrical-coordinate representation of color #B5A967: hue angle of 50.77º degrees, saturation: 0.35, 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 #B5A967 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 169 103 -
CMYK 0 0.07 0.43 0.29
HSL 50.77º 0.35% 0.56% -
HSV(B) 50.77º 0.43% 0.71% -
XYZ 35.69 39.18 18.51 -
YUV 165.06 92.98 139.37 -
System Red Green Blue C M Y K H S L
Decimal 181 169 103 0 0.07 0.43 0.29 50.77 0.35 0.56
Hex B5 A9 67 0 7 2B 1D 33 23 38
Octal 265 251 147 0 7 53 35 63 43 70
Binary 10110101 10101001 1100111 0 111 101011 11101 110011 100011 111000

Color Harmonies of #B5A967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A967

Black with #B5A967

Text Example


Text Example

White with #B5A967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A967; }

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

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

background-color css

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

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

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

border-color css

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

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

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