Html Css Color HEX #B9A570 Gimblet

📋 copy color: '#B9A570'

red 185 ◦ green 165 ◦ blue 112

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

Shades of Gimblet #B9A570

Tints of Gimblet #B9A570

RGB

 RED value IS 185 (72.66% from 255) = 40.04%

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

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

R = 40.04%
G = 35.71%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B9A570 (or 0xB9A570) is known color: Gimblet. HEX triplet: B9, A5 and 70. RGB value is (185,165,112). Sum of RGB (Red+Green+Blue) = 185+165+112=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 165 (64.84% from 255 or 35.71% from 462); Blue value is 112 (44.14% from 255 or 24.24% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A570 is #465A8F. Grayscale: #A5A5A5. Windows color (decimal): -4610704 or 7382457. OLE color: 7382457.

HSL color Cylindrical-coordinate representation of color #B9A570: hue angle of 43.56º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B9A570 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 165 112 -
CMYK 0 0.11 0.39 0.27
HSL 43.56º 0.34% 0.58% -
HSV(B) 43.56º 0.39% 0.73% -
XYZ 36.39 38.39 20.82 -
YUV 164.94 98.13 142.31 -
System Red Green Blue C M Y K H S L
Decimal 185 165 112 0 0.11 0.39 0.27 43.56 0.34 0.58
Hex B9 A5 70 0 B 27 1B 2C 22 3A
Octal 271 245 160 0 13 47 33 54 42 72
Binary 10111001 10100101 1110000 0 1011 100111 11011 101100 100010 111010

Color Harmonies of #B9A570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A570

Black with #B9A570

Text Example


Text Example

White with #B9A570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A570; }

 p { color: rgb(185,165,112); }

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

background-color css

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

 a { background-color: rgb(185,165,112); }

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

border-color css

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

 span { border-color: rgb(185,165,112); }

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