Html Css Color HEX #B0A55A Gimblet

📋 copy color: '#B0A55A'

red 176 ◦ green 165 ◦ blue 90

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

Shades of Gimblet #B0A55A

Tints of Gimblet #B0A55A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.28%

 BLUE value IS 90 (35.55% from 255) = 20.88%

R = 40.84%
G = 38.28%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B0A55A (or 0xB0A55A) is known color: Gimblet. HEX triplet: B0, A5 and 5A. RGB value is (176,165,90). Sum of RGB (Red+Green+Blue) = 176+165+90=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 165 (64.84% from 255 or 38.28% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A55A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A55A is #4F5AA5. Grayscale: #A0A0A0. Windows color (decimal): -5200550 or 5940656. OLE color: 5940656.

HSL color Cylindrical-coordinate representation of color #B0A55A: hue angle of 52.33º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0A55A is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 165 90 -
CMYK 0 0.06 0.49 0.31
HSL 52.33º 0.35% 0.52% -
HSV(B) 52.33º 0.49% 0.69% -
XYZ 33.21 36.88 15.04 -
YUV 159.74 88.64 139.6 -
System Red Green Blue C M Y K H S L
Decimal 176 165 90 0 0.06 0.49 0.31 52.33 0.35 0.52
Hex B0 A5 5A 0 6 31 1F 34 23 34
Octal 260 245 132 0 6 61 37 64 43 64
Binary 10110000 10100101 1011010 0 110 110001 11111 110100 100011 110100

Color Harmonies of #B0A55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A55A

Black with #B0A55A

Text Example


Text Example

White with #B0A55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A55A; }

 p { color: rgb(176,165,90); }

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

background-color css

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

 a { background-color: rgb(176,165,90); }

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

border-color css

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

 span { border-color: rgb(176,165,90); }

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