Html Css Color HEX #B3B073 Dark Khaki

📋 copy color: '#B3B073'

red 179 ◦ green 176 ◦ blue 115

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

Shades of Dark Khaki #B3B073

Tints of Dark Khaki #B3B073

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.45%

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

R = 38.09%
G = 37.45%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B3B073 (or 0xB3B073) is known color: Dark Khaki. HEX triplet: B3, B0 and 73. RGB value is (179,176,115). Sum of RGB (Red+Green+Blue) = 179+176+115=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 176 (69.14% from 255 or 37.45% from 470); Blue value is 115 (45.31% from 255 or 24.47% from 470); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3B073 is #4C4F8C. Grayscale: #AAAAAA. Windows color (decimal): -5001101 or 7581875. OLE color: 7581875.

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

Color convert

RGB 179 176 115 -
CMYK 0 0.02 0.36 0.30
HSL 57.19º 0.3% 0.58% -
HSV(B) 57.19º 0.36% 0.7% -
XYZ 37.21 41.87 22.34 -
YUV 169.94 96.99 134.46 -
System Red Green Blue C M Y K H S L
Decimal 179 176 115 0 0.02 0.36 0.30 57.19 0.3 0.58
Hex B3 B0 73 0 2 24 1E 39 1E 3A
Octal 263 260 163 0 2 44 36 71 36 72
Binary 10110011 10110000 1110011 0 10 100100 11110 111001 11110 111010

Color Harmonies of #B3B073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B073

Black with #B3B073

Text Example


Text Example

White with #B3B073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B073; }

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

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

background-color css

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

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

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

border-color css

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

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

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