Html Css Color HEX #B2A96D Gimblet

📋 copy color: '#B2A96D'

red 178 ◦ green 169 ◦ blue 109

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

Shades of Gimblet #B2A96D

Tints of Gimblet #B2A96D

RGB

 RED value IS 178 (69.92% from 255) = 39.04%

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

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

R = 39.04%
G = 37.06%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B2A96D (or 0xB2A96D) is known color: Gimblet. HEX triplet: B2, A9 and 6D. RGB value is (178,169,109). Sum of RGB (Red+Green+Blue) = 178+169+109=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 169 (66.41% from 255 or 37.06% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A96D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A96D is #4D5692. Grayscale: #A5A5A5. Windows color (decimal): -5068435 or 7186866. OLE color: 7186866.

HSL color Cylindrical-coordinate representation of color #B2A96D: hue angle of 52.17º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B2A96D is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 169 109 -
CMYK 0 0.05 0.39 0.30
HSL 52.17º 0.31% 0.56% -
HSV(B) 52.17º 0.39% 0.7% -
XYZ 35.31 38.95 20.12 -
YUV 164.85 96.48 137.38 -
System Red Green Blue C M Y K H S L
Decimal 178 169 109 0 0.05 0.39 0.30 52.17 0.31 0.56
Hex B2 A9 6D 0 5 27 1E 34 1F 38
Octal 262 251 155 0 5 47 36 64 37 70
Binary 10110010 10101001 1101101 0 101 100111 11110 110100 11111 111000

Color Harmonies of #B2A96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A96D

Black with #B2A96D

Text Example


Text Example

White with #B2A96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A96D; }

 p { color: rgb(178,169,109); }

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

background-color css

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

 a { background-color: rgb(178,169,109); }

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

border-color css

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

 span { border-color: rgb(178,169,109); }

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