Html Css Color HEX #B0A869 Gimblet

📋 copy color: '#B0A869'

red 176 ◦ green 168 ◦ blue 105

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

Shades of Gimblet #B0A869

Tints of Gimblet #B0A869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.39%

R = 39.2%
G = 37.42%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B0A869 (or 0xB0A869) is known color: Gimblet. HEX triplet: B0, A8 and 69. RGB value is (176,168,105). Sum of RGB (Red+Green+Blue) = 176+168+105=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 168 (66.02% from 255 or 37.42% from 449); Blue value is 105 (41.41% from 255 or 23.39% from 449); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A869 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A869 is #4F5796. Grayscale: #A3A3A3. Windows color (decimal): -5199767 or 6924464. OLE color: 6924464.

HSL color Cylindrical-coordinate representation of color #B0A869: hue angle of 53.24º 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 #B0A869 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 168 105 -
CMYK 0 0.05 0.40 0.31
HSL 53.24º 0.31% 0.55% -
HSV(B) 53.24º 0.4% 0.69% -
XYZ 34.46 38.26 18.93 -
YUV 163.21 95.15 137.12 -
System Red Green Blue C M Y K H S L
Decimal 176 168 105 0 0.05 0.40 0.31 53.24 0.31 0.55
Hex B0 A8 69 0 5 28 1F 35 1F 37
Octal 260 250 151 0 5 50 37 65 37 67
Binary 10110000 10101000 1101001 0 101 101000 11111 110101 11111 110111

Color Harmonies of #B0A869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A869

Black with #B0A869

Text Example


Text Example

White with #B0A869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A869; }

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

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

background-color css

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

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

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

border-color css

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

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

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