Html Css Color HEX #B2A76E Gimblet

📋 copy color: '#B2A76E'

red 178 ◦ green 167 ◦ blue 110

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

Shades of Gimblet #B2A76E

Tints of Gimblet #B2A76E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.18%

R = 39.12%
G = 36.7%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B2A76E (or 0xB2A76E) is known color: Gimblet. HEX triplet: B2, A7 and 6E. RGB value is (178,167,110). Sum of RGB (Red+Green+Blue) = 178+167+110=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 167 (65.62% from 255 or 36.70% from 455); Blue value is 110 (43.36% from 255 or 24.18% from 455); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A76E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A76E is #4D5891. Grayscale: #A4A4A4. Windows color (decimal): -5068946 or 7251890. OLE color: 7251890.

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

Color convert

RGB 178 167 110 -
CMYK 0 0.06 0.38 0.30
HSL 50.29º 0.31% 0.56% -
HSV(B) 50.29º 0.38% 0.7% -
XYZ 34.99 38.23 20.29 -
YUV 163.79 97.64 138.13 -
System Red Green Blue C M Y K H S L
Decimal 178 167 110 0 0.06 0.38 0.30 50.29 0.31 0.56
Hex B2 A7 6E 0 6 26 1E 32 1F 38
Octal 262 247 156 0 6 46 36 62 37 70
Binary 10110010 10100111 1101110 0 110 100110 11110 110010 11111 111000

Color Harmonies of #B2A76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A76E

Black with #B2A76E

Text Example


Text Example

White with #B2A76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A76E; }

 p { color: rgb(178,167,110); }

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

background-color css

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

 a { background-color: rgb(178,167,110); }

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

border-color css

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

 span { border-color: rgb(178,167,110); }

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