Html Css Color HEX #B3A76A Gimblet

📋 copy color: '#B3A76A'

red 179 ◦ green 167 ◦ blue 106

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

Shades of Gimblet #B3A76A

Tints of Gimblet #B3A76A

RGB

 RED value IS 179 (70.31% from 255) = 39.6%

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

 BLUE value IS 106 (41.8% from 255) = 23.45%

R = 39.6%
G = 36.95%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B3A76A (or 0xB3A76A) is known color: Gimblet. HEX triplet: B3, A7 and 6A. RGB value is (179,167,106). Sum of RGB (Red+Green+Blue) = 179+167+106=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 167 (65.62% from 255 or 36.95% from 452); Blue value is 106 (41.80% from 255 or 23.45% from 452); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A76A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A76A is #4C5895. Grayscale: #A3A3A3. Windows color (decimal): -5003414 or 6989747. OLE color: 6989747.

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

Color convert

RGB 179 167 106 -
CMYK 0 0.07 0.41 0.30
HSL 50.14º 0.32% 0.56% -
HSV(B) 50.14º 0.41% 0.7% -
XYZ 35.01 38.26 19.18 -
YUV 163.63 95.48 138.96 -
System Red Green Blue C M Y K H S L
Decimal 179 167 106 0 0.07 0.41 0.30 50.14 0.32 0.56
Hex B3 A7 6A 0 7 29 1E 32 20 38
Octal 263 247 152 0 7 51 36 62 40 70
Binary 10110011 10100111 1101010 0 111 101001 11110 110010 100000 111000

Color Harmonies of #B3A76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A76A

Black with #B3A76A

Text Example


Text Example

White with #B3A76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A76A; }

 p { color: rgb(179,167,106); }

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

background-color css

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

 a { background-color: rgb(179,167,106); }

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

border-color css

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

 span { border-color: rgb(179,167,106); }

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