Html Css Color HEX #B3B374 Dark Khaki

📋 copy color: '#B3B374'

red 179 ◦ green 179 ◦ blue 116

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

Shades of Dark Khaki #B3B374

Tints of Dark Khaki #B3B374

RGB

 RED value IS 179 (70.31% from 255) = 37.76%

 GREEN value IS 179 (70.31% from 255) = 37.76%

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

R = 37.76%
G = 37.76%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B3B374 (or 0xB3B374) is known color: Dark Khaki. HEX triplet: B3, B3 and 74. RGB value is (179,179,116). Sum of RGB (Red+Green+Blue) = 179+179+116=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 179 (70.31% from 255 or 37.76% from 474); Blue value is 116 (45.70% from 255 or 24.47% from 474); Max value from RGB is 179 - color contains mainly: red, green. Hex color #B3B374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B374 is #4C4C8B. Grayscale: #ACACAC. Windows color (decimal): -5000332 or 7648179. OLE color: 7648179.

HSL color Cylindrical-coordinate representation of color #B3B374: hue angle of 60º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B3B374 is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 179 116 -
CMYK 0 0 0.35 0.30
HSL 60º 0.29% 0.58% -
HSV(B) 60º 0.35% 0.7% -
XYZ 37.86 43.08 22.84 -
YUV 171.82 96.5 133.12 -
System Red Green Blue C M Y K H S L
Decimal 179 179 116 0 0 0.35 0.30 60 0.29 0.58
Hex B3 B3 74 0 0 23 1E 3C 1D 3A
Octal 263 263 164 0 0 43 36 74 35 72
Binary 10110011 10110011 1110100 0 0 100011 11110 111100 11101 111010

Color Harmonies of #B3B374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B374

Black with #B3B374

Text Example


Text Example

White with #B3B374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B374; }

 p { color: rgb(179,179,116); }

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

background-color css

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

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

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

border-color css

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

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

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