Html Css Color HEX #B3B671 Dark Khaki

📋 copy color: '#B3B671'

red 179 ◦ green 182 ◦ blue 113

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

Shades of Dark Khaki #B3B671

Tints of Dark Khaki #B3B671

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.4%

 BLUE value IS 113 (44.53% from 255) = 23.84%

R = 37.76%
G = 38.4%
B = 23.84%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B3B671 (or 0xB3B671) is known color: Dark Khaki. HEX triplet: B3, B6 and 71. RGB value is (179,182,113). Sum of RGB (Red+Green+Blue) = 179+182+113=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 182 (71.48% from 255 or 38.40% from 474); Blue value is 113 (44.53% from 255 or 23.84% from 474); Max value from RGB is 182 - color contains mainly: green. Hex color #B3B671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B671 is #4C498E. Grayscale: #ADADAD. Windows color (decimal): -4999567 or 7452339. OLE color: 7452339.

HSL color Cylindrical-coordinate representation of color #B3B671: hue angle of 62.61º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B3B671 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 179 182 113 -
CMYK 0.02 0 0.38 0.29
HSL 62.61º 0.32% 0.58% -
HSV(B) 62.61º 0.38% 0.71% -
XYZ 38.3 44.23 22.14 -
YUV 173.24 94.01 132.11 -
System Red Green Blue C M Y K H S L
Decimal 179 182 113 0.02 0 0.38 0.29 62.61 0.32 0.58
Hex B3 B6 71 2 0 26 1D 3F 20 3A
Octal 263 266 161 2 0 46 35 77 40 72
Binary 10110011 10110110 1110001 10 0 100110 11101 111111 100000 111010

Color Harmonies of #B3B671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B671

Black with #B3B671

Text Example


Text Example

White with #B3B671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B671; }

 p { color: rgb(179,182,113); }

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

background-color css

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

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

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

border-color css

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

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

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