Html Css Color HEX #B0AA6A Gimblet

📋 copy color: '#B0AA6A'

red 176 ◦ green 170 ◦ blue 106

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

Shades of Gimblet #B0AA6A

Tints of Gimblet #B0AA6A

RGB

 RED value IS 176 (69.14% from 255) = 38.94%

 GREEN value IS 170 (66.8% from 255) = 37.61%

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

R = 38.94%
G = 37.61%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B0AA6A (or 0xB0AA6A) is known color: Gimblet. HEX triplet: B0, AA and 6A. RGB value is (176,170,106). Sum of RGB (Red+Green+Blue) = 176+170+106=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 106 (41.80% from 255 or 23.45% from 452); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AA6A is #4F5595. Grayscale: #A4A4A4. Windows color (decimal): -5199254 or 6990512. OLE color: 6990512.

HSL color Cylindrical-coordinate representation of color #B0AA6A: hue angle of 54.86º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B0AA6A is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 170 106 -
CMYK 0 0.03 0.40 0.31
HSL 54.86º 0.31% 0.55% -
HSV(B) 54.86º 0.4% 0.69% -
XYZ 34.88 39.02 19.33 -
YUV 164.5 94.99 136.2 -
System Red Green Blue C M Y K H S L
Decimal 176 170 106 0 0.03 0.40 0.31 54.86 0.31 0.55
Hex B0 AA 6A 0 3 28 1F 37 1F 37
Octal 260 252 152 0 3 50 37 67 37 67
Binary 10110000 10101010 1101010 0 11 101000 11111 110111 11111 110111

Color Harmonies of #B0AA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AA6A

Black with #B0AA6A

Text Example


Text Example

White with #B0AA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AA6A; }

 p { color: rgb(176,170,106); }

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

background-color css

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

 a { background-color: rgb(176,170,106); }

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

border-color css

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

 span { border-color: rgb(176,170,106); }

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