Html Css Color HEX #B3B069 Dark Khaki

📋 copy color: '#B3B069'

red 179 ◦ green 176 ◦ blue 105

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

Shades of Dark Khaki #B3B069

Tints of Dark Khaki #B3B069

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.26%

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

R = 38.91%
G = 38.26%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B3B069 (or 0xB3B069) is known color: Dark Khaki. HEX triplet: B3, B0 and 69. RGB value is (179,176,105). Sum of RGB (Red+Green+Blue) = 179+176+105=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 105 (41.41% from 255 or 22.83% from 460); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3B069 is #4C4F96. Grayscale: #A9A9A9. Windows color (decimal): -5001111 or 6926515. OLE color: 6926515.

HSL color Cylindrical-coordinate representation of color #B3B069: hue angle of 57.57º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B3B069 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 176 105 -
CMYK 0 0.02 0.41 0.30
HSL 57.57º 0.33% 0.56% -
HSV(B) 57.57º 0.41% 0.7% -
XYZ 36.67 41.65 19.47 -
YUV 168.8 91.99 135.27 -
System Red Green Blue C M Y K H S L
Decimal 179 176 105 0 0.02 0.41 0.30 57.57 0.33 0.56
Hex B3 B0 69 0 2 29 1E 3A 21 38
Octal 263 260 151 0 2 51 36 72 41 70
Binary 10110011 10110000 1101001 0 10 101001 11110 111010 100001 111000

Color Harmonies of #B3B069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B069

Black with #B3B069

Text Example


Text Example

White with #B3B069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B069; }

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

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

background-color css

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

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

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

border-color css

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

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

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