Html Css Color HEX #B3B270 Dark Khaki

📋 copy color: '#B3B270'

red 179 ◦ green 178 ◦ blue 112

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

Shades of Dark Khaki #B3B270

Tints of Dark Khaki #B3B270

RGB

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

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

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

R = 38.17%
G = 37.95%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B3B270 (or 0xB3B270) is known color: Dark Khaki. HEX triplet: B3, B2 and 70. RGB value is (179,178,112). Sum of RGB (Red+Green+Blue) = 179+178+112=469 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.17% from 469); Green value is 178 (69.92% from 255 or 37.95% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3B270 is #4C4D8F. Grayscale: #ABABAB. Windows color (decimal): -5000592 or 7385779. OLE color: 7385779.

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

Color convert

RGB 179 178 112 -
CMYK 0 0.01 0.37 0.30
HSL 59.1º 0.31% 0.57% -
HSV(B) 59.1º 0.37% 0.7% -
XYZ 37.44 42.59 21.58 -
YUV 170.78 94.83 133.87 -
System Red Green Blue C M Y K H S L
Decimal 179 178 112 0 0.01 0.37 0.30 59.1 0.31 0.57
Hex B3 B2 70 0 1 25 1E 3B 1F 39
Octal 263 262 160 0 1 45 36 73 37 71
Binary 10110011 10110010 1110000 0 1 100101 11110 111011 11111 111001

Color Harmonies of #B3B270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B270

Black with #B3B270

Text Example


Text Example

White with #B3B270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B270; }

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

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

background-color css

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

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

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

border-color css

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

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

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