Html Css Color HEX #B0A25D Gimblet

📋 copy color: '#B0A25D'

red 176 ◦ green 162 ◦ blue 93

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

Shades of Gimblet #B0A25D

Tints of Gimblet #B0A25D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.59%

 BLUE value IS 93 (36.72% from 255) = 21.58%

R = 40.84%
G = 37.59%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B0A25D (or 0xB0A25D) is known color: Gimblet. HEX triplet: B0, A2 and 5D. RGB value is (176,162,93). Sum of RGB (Red+Green+Blue) = 176+162+93=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A25D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A25D is #4F5DA2. Grayscale: #9E9E9E. Windows color (decimal): -5201315 or 6136496. OLE color: 6136496.

HSL color Cylindrical-coordinate representation of color #B0A25D: hue angle of 49.88º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0A25D is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 162 93 -
CMYK 0 0.08 0.47 0.31
HSL 49.88º 0.34% 0.53% -
HSV(B) 49.88º 0.47% 0.69% -
XYZ 32.8 35.86 15.55 -
YUV 158.32 91.14 140.61 -
System Red Green Blue C M Y K H S L
Decimal 176 162 93 0 0.08 0.47 0.31 49.88 0.34 0.53
Hex B0 A2 5D 0 8 2F 1F 32 22 35
Octal 260 242 135 0 10 57 37 62 42 65
Binary 10110000 10100010 1011101 0 1000 101111 11111 110010 100010 110101

Color Harmonies of #B0A25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A25D

Black with #B0A25D

Text Example


Text Example

White with #B0A25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A25D; }

 p { color: rgb(176,162,93); }

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

background-color css

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

 a { background-color: rgb(176,162,93); }

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

border-color css

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

 span { border-color: rgb(176,162,93); }

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