Html Css Color HEX #B3B373 Dark Khaki

📋 copy color: '#B3B373'

red 179 ◦ green 179 ◦ blue 115

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

Shades of Dark Khaki #B3B373

Tints of Dark Khaki #B3B373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.31%

R = 37.84%
G = 37.84%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B3B373 (or 0xB3B373) is known color: Dark Khaki. HEX triplet: B3, B3 and 73. RGB value is (179,179,115). Sum of RGB (Red+Green+Blue) = 179+179+115=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 179 (70.31% from 255 or 37.84% from 473); Blue value is 115 (45.31% from 255 or 24.31% from 473); Max value from RGB is 179 - color contains mainly: red, green. Hex color #B3B373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B373 is #4C4C8C. Grayscale: #ABABAB. Windows color (decimal): -5000333 or 7582643. OLE color: 7582643.

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

Color convert

RGB 179 179 115 -
CMYK 0 0 0.36 0.30
HSL 60º 0.3% 0.58% -
HSV(B) 60º 0.36% 0.7% -
XYZ 37.81 43.06 22.54 -
YUV 171.7 96 133.2 -
System Red Green Blue C M Y K H S L
Decimal 179 179 115 0 0 0.36 0.30 60 0.3 0.58
Hex B3 B3 73 0 0 24 1E 3C 1E 3A
Octal 263 263 163 0 0 44 36 74 36 72
Binary 10110011 10110011 1110011 0 0 100100 11110 111100 11110 111010

Color Harmonies of #B3B373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B373

Black with #B3B373

Text Example


Text Example

White with #B3B373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B373; }

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

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

background-color css

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

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

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

border-color css

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

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

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