Html Css Color HEX #B0AB6E Gimblet

📋 copy color: '#B0AB6E'

red 176 ◦ green 171 ◦ blue 110

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

Shades of Gimblet #B0AB6E

Tints of Gimblet #B0AB6E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.42%

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

R = 38.51%
G = 37.42%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B0AB6E (or 0xB0AB6E) is known color: Gimblet. HEX triplet: B0, AB and 6E. RGB value is (176,171,110). Sum of RGB (Red+Green+Blue) = 176+171+110=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AB6E is #4F5491. Grayscale: #A5A5A5. Windows color (decimal): -5198994 or 7252912. OLE color: 7252912.

HSL color Cylindrical-coordinate representation of color #B0AB6E: hue angle of 55.45º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0AB6E is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 171 110 -
CMYK 0 0.03 0.37 0.31
HSL 55.45º 0.29% 0.56% -
HSV(B) 55.45º 0.38% 0.69% -
XYZ 35.28 39.48 20.51 -
YUV 165.54 96.66 135.46 -
System Red Green Blue C M Y K H S L
Decimal 176 171 110 0 0.03 0.37 0.31 55.45 0.29 0.56
Hex B0 AB 6E 0 3 25 1F 37 1D 38
Octal 260 253 156 0 3 45 37 67 35 70
Binary 10110000 10101011 1101110 0 11 100101 11111 110111 11101 111000

Color Harmonies of #B0AB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AB6E

Black with #B0AB6E

Text Example


Text Example

White with #B0AB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AB6E; }

 p { color: rgb(176,171,110); }

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

background-color css

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

 a { background-color: rgb(176,171,110); }

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

border-color css

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

 span { border-color: rgb(176,171,110); }

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