Html Css Color HEX #B3B175 Dark Khaki

📋 copy color: '#B3B175'

red 179 ◦ green 177 ◦ blue 117

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

Shades of Dark Khaki #B3B175

Tints of Dark Khaki #B3B175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.74%

R = 37.84%
G = 37.42%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B3B175 (or 0xB3B175) is known color: Dark Khaki. HEX triplet: B3, B1 and 75. RGB value is (179,177,117). Sum of RGB (Red+Green+Blue) = 179+177+117=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3B175 is #4C4E8A. Grayscale: #ABABAB. Windows color (decimal): -5000843 or 7713203. OLE color: 7713203.

HSL color Cylindrical-coordinate representation of color #B3B175: hue angle of 58.06º 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 #B3B175 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 177 117 -
CMYK 0 0.01 0.35 0.30
HSL 58.06º 0.29% 0.58% -
HSV(B) 58.06º 0.35% 0.7% -
XYZ 37.52 42.31 23.02 -
YUV 170.76 97.66 133.88 -
System Red Green Blue C M Y K H S L
Decimal 179 177 117 0 0.01 0.35 0.30 58.06 0.29 0.58
Hex B3 B1 75 0 1 23 1E 3A 1D 3A
Octal 263 261 165 0 1 43 36 72 35 72
Binary 10110011 10110001 1110101 0 1 100011 11110 111010 11101 111010

Color Harmonies of #B3B175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B175

Black with #B3B175

Text Example


Text Example

White with #B3B175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B175; }

 p { color: rgb(179,177,117); }

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

background-color css

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

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

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

border-color css

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

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

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