Html Css Color HEX #B0A870 Gimblet

📋 copy color: '#B0A870'

red 176 ◦ green 168 ◦ blue 112

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

Shades of Gimblet #B0A870

Tints of Gimblet #B0A870

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.84%

 BLUE value IS 112 (44.14% from 255) = 24.56%

R = 38.6%
G = 36.84%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B0A870 (or 0xB0A870) is known color: Gimblet. HEX triplet: B0, A8 and 70. RGB value is (176,168,112). Sum of RGB (Red+Green+Blue) = 176+168+112=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A870 is #4F578F. Grayscale: #A4A4A4. Windows color (decimal): -5199760 or 7383216. OLE color: 7383216.

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

Color convert

RGB 176 168 112 -
CMYK 0 0.05 0.36 0.31
HSL 52.5º 0.29% 0.56% -
HSV(B) 52.5º 0.36% 0.69% -
XYZ 34.83 38.41 20.91 -
YUV 164.01 98.65 136.55 -
System Red Green Blue C M Y K H S L
Decimal 176 168 112 0 0.05 0.36 0.31 52.5 0.29 0.56
Hex B0 A8 70 0 5 24 1F 34 1D 38
Octal 260 250 160 0 5 44 37 64 35 70
Binary 10110000 10101000 1110000 0 101 100100 11111 110100 11101 111000

Color Harmonies of #B0A870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A870

Black with #B0A870

Text Example


Text Example

White with #B0A870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A870; }

 p { color: rgb(176,168,112); }

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

background-color css

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

 a { background-color: rgb(176,168,112); }

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

border-color css

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

 span { border-color: rgb(176,168,112); }

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