Html Css Color HEX #B3B273 Dark Khaki

📋 copy color: '#B3B273'

red 179 ◦ green 178 ◦ blue 115

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

Shades of Dark Khaki #B3B273

Tints of Dark Khaki #B3B273

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.71%

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

R = 37.92%
G = 37.71%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B3B273 (or 0xB3B273) is known color: Dark Khaki. HEX triplet: B3, B2 and 73. RGB value is (179,178,115). Sum of RGB (Red+Green+Blue) = 179+178+115=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 178 (69.92% from 255 or 37.71% from 472); Blue value is 115 (45.31% from 255 or 24.36% from 472); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3B273 is #4C4D8C. Grayscale: #ABABAB. Windows color (decimal): -5000589 or 7582387. OLE color: 7582387.

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

Color convert

RGB 179 178 115 -
CMYK 0 0.01 0.36 0.30
HSL 59.06º 0.3% 0.58% -
HSV(B) 59.06º 0.36% 0.7% -
XYZ 37.61 42.66 22.47 -
YUV 171.12 96.33 133.62 -
System Red Green Blue C M Y K H S L
Decimal 179 178 115 0 0.01 0.36 0.30 59.06 0.3 0.58
Hex B3 B2 73 0 1 24 1E 3B 1E 3A
Octal 263 262 163 0 1 44 36 73 36 72
Binary 10110011 10110010 1110011 0 1 100100 11110 111011 11110 111010

Color Harmonies of #B3B273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B273

Black with #B3B273

Text Example


Text Example

White with #B3B273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B273; }

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

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

background-color css

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

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

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

border-color css

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

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

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