Html Css Color HEX #B3B869 Dark Khaki

📋 copy color: '#B3B869'

red 179 ◦ green 184 ◦ blue 105

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

Shades of Dark Khaki #B3B869

Tints of Dark Khaki #B3B869

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.32%

 BLUE value IS 105 (41.41% from 255) = 22.44%

R = 38.25%
G = 39.32%
B = 22.44%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B3B869 (or 0xB3B869) is known color: Dark Khaki. HEX triplet: B3, B8 and 69. RGB value is (179,184,105). Sum of RGB (Red+Green+Blue) = 179+184+105=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 184 (72.27% from 255 or 39.32% from 468); Blue value is 105 (41.41% from 255 or 22.44% from 468); Max value from RGB is 184 - color contains mainly: green. Hex color #B3B869 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B869 is #4C4796. Grayscale: #ADADAD. Windows color (decimal): -4999063 or 6928563. OLE color: 6928563.

HSL color Cylindrical-coordinate representation of color #B3B869: hue angle of 63.8º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B3B869 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB 179 184 105 -
CMYK 0.03 0 0.43 0.28
HSL 63.8º 0.36% 0.57% -
HSV(B) 63.8º 0.43% 0.72% -
XYZ 38.28 44.88 20.01 -
YUV 173.5 89.34 131.92 -
System Red Green Blue C M Y K H S L
Decimal 179 184 105 0.03 0 0.43 0.28 63.8 0.36 0.57
Hex B3 B8 69 3 0 2B 1C 40 24 39
Octal 263 270 151 3 0 53 34 100 44 71
Binary 10110011 10111000 1101001 11 0 101011 11100 1000000 100100 111001

Color Harmonies of #B3B869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B869

Black with #B3B869

Text Example


Text Example

White with #B3B869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B869; }

 p { color: rgb(179,184,105); }

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

background-color css

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

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

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

border-color css

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

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

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