Html Css Color HEX #B4A86D Gimblet

📋 copy color: '#B4A86D'

red 180 ◦ green 168 ◦ blue 109

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

Shades of Gimblet #B4A86D

Tints of Gimblet #B4A86D

RGB

 RED value IS 180 (70.7% from 255) = 39.39%

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

 BLUE value IS 109 (42.97% from 255) = 23.85%

R = 39.39%
G = 36.76%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B4A86D (or 0xB4A86D) is known color: Gimblet. HEX triplet: B4, A8 and 6D. RGB value is (180,168,109). Sum of RGB (Red+Green+Blue) = 180+168+109=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A86D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A86D is #4B5792. Grayscale: #A5A5A5. Windows color (decimal): -4937619 or 7186612. OLE color: 7186612.

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

Color convert

RGB 180 168 109 -
CMYK 0 0.07 0.39 0.29
HSL 49.86º 0.32% 0.57% -
HSV(B) 49.86º 0.39% 0.71% -
XYZ 35.59 38.81 20.08 -
YUV 164.86 96.48 138.8 -
System Red Green Blue C M Y K H S L
Decimal 180 168 109 0 0.07 0.39 0.29 49.86 0.32 0.57
Hex B4 A8 6D 0 7 27 1D 32 20 39
Octal 264 250 155 0 7 47 35 62 40 71
Binary 10110100 10101000 1101101 0 111 100111 11101 110010 100000 111001

Color Harmonies of #B4A86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A86D

Black with #B4A86D

Text Example


Text Example

White with #B4A86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A86D; }

 p { color: rgb(180,168,109); }

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

background-color css

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

 a { background-color: rgb(180,168,109); }

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

border-color css

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

 span { border-color: rgb(180,168,109); }

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