Html Css Color HEX #B4B174 Dark Khaki

📋 copy color: '#B4B174'

red 180 ◦ green 177 ◦ blue 116

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

Shades of Dark Khaki #B4B174

Tints of Dark Khaki #B4B174

RGB

 RED value IS 180 (70.7% from 255) = 38.05%

 GREEN value IS 177 (69.53% from 255) = 37.42%

 BLUE value IS 116 (45.7% from 255) = 24.52%

R = 38.05%
G = 37.42%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B4B174 (or 0xB4B174) is known color: Dark Khaki. HEX triplet: B4, B1 and 74. RGB value is (180,177,116). Sum of RGB (Red+Green+Blue) = 180+177+116=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 116 (45.70% from 255 or 24.52% from 473); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B174 is #4B4E8B. Grayscale: #ABABAB. Windows color (decimal): -4935308 or 7647668. OLE color: 7647668.

HSL color Cylindrical-coordinate representation of color #B4B174: hue angle of 57.19º 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 #B4B174 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 177 116 -
CMYK 0 0.02 0.36 0.29
HSL 57.19º 0.3% 0.58% -
HSV(B) 57.19º 0.36% 0.71% -
XYZ 37.7 42.41 22.72 -
YUV 170.94 96.99 134.46 -
System Red Green Blue C M Y K H S L
Decimal 180 177 116 0 0.02 0.36 0.29 57.19 0.3 0.58
Hex B4 B1 74 0 2 24 1D 39 1E 3A
Octal 264 261 164 0 2 44 35 71 36 72
Binary 10110100 10110001 1110100 0 10 100100 11101 111001 11110 111010

Color Harmonies of #B4B174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B174

Black with #B4B174

Text Example


Text Example

White with #B4B174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B174; }

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

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

background-color css

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

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

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

border-color css

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

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

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