#b4b274

Color #B4B274 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #B4B274

Tints of Dark Khaki #B4B274

Color information

#B4B274 (or 0xB4B274) is unknown color: approx Dark Khaki. HEX triplet: B4, B2 and 74. RGB value is (180,178,116). Sum of RGB (Red+Green+Blue) = 180+178+116=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 178 (69.92% from 255 or 37.55% from 474); Blue value is 116 (45.70% from 255 or 24.47% from 474); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B274 is #4B4D8B. Grayscale: #ABABAB. Windows color (decimal): -4935052 or 7647924. OLE color: 7647924.

HSL color Cylindrical-coordinate representation of color #B4B274: hue angle of 58.12º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B4B274 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB180178116-
CMYK00.010.360.29
HSL58.12º29.91%58.04%-
HSV(B)58.12º35.56%70.59%-
XYZ37.942.8122.79-
YUV171.5396.66134.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.97%
GREEN value IS 178 (69.92% from 255) = 37.55%
BLUE value IS 116 (45.70% from 255) = 24.47%
R=37.97%
G=37.55%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017811600.010.360.2958.1229.9158.04
HexB4B27401241D3a1e3a
Octal264262164014435723672
Binary10110100101100101110100011001001110111101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4b274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4b274; }

 p { color: rgb(180,178,116); }

 H1.HeaderClassName
 {
   color: #b4b274;
 }
 .AnyTagClassName
 {
   color: #b4b274;
 }
</style>
background-color css

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

 a { background-color: rgb(180,178,116); }

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

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

 span { border-color: rgb(180,178,116); }

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