Html Css Color HEX #B3B370 Dark Khaki

📋 copy color: '#B3B370'

red 179 ◦ green 179 ◦ blue 112

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

Shades of Dark Khaki #B3B370

Tints of Dark Khaki #B3B370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.83%

R = 38.09%
G = 38.09%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B3B370 (or 0xB3B370) is known color: Dark Khaki. HEX triplet: B3, B3 and 70. RGB value is (179,179,112). Sum of RGB (Red+Green+Blue) = 179+179+112=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 179 (70.31% from 255 or 38.09% from 470); Blue value is 112 (44.14% from 255 or 23.83% from 470); Max value from RGB is 179 - color contains mainly: red, green. Hex color #B3B370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B370 is #4C4C8F. Grayscale: #ABABAB. Windows color (decimal): -5000336 or 7386035. OLE color: 7386035.

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

Color convert

RGB 179 179 112 -
CMYK 0 0 0.37 0.30
HSL 60º 0.31% 0.57% -
HSV(B) 60º 0.37% 0.7% -
XYZ 37.64 42.99 21.64 -
YUV 171.36 94.5 133.45 -
System Red Green Blue C M Y K H S L
Decimal 179 179 112 0 0 0.37 0.30 60 0.31 0.57
Hex B3 B3 70 0 0 25 1E 3C 1F 39
Octal 263 263 160 0 0 45 36 74 37 71
Binary 10110011 10110011 1110000 0 0 100101 11110 111100 11111 111001

Color Harmonies of #B3B370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B370

Black with #B3B370

Text Example


Text Example

White with #B3B370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B370; }

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

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

background-color css

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

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

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

border-color css

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

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

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