Html Css Color HEX #B3B769 Dark Khaki

📋 copy color: '#B3B769'

red 179 ◦ green 183 ◦ blue 105

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

Shades of Dark Khaki #B3B769

Tints of Dark Khaki #B3B769

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.19%

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

R = 38.33%
G = 39.19%
B = 22.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B3B769 (or 0xB3B769) is known color: Dark Khaki. HEX triplet: B3, B7 and 69. RGB value is (179,183,105). Sum of RGB (Red+Green+Blue) = 179+183+105=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 105 (41.41% from 255 or 22.48% from 467); Max value from RGB is 183 - color contains mainly: green. Hex color #B3B769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B769 is #4C4896. Grayscale: #ADADAD. Windows color (decimal): -4999319 or 6928307. OLE color: 6928307.

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

Color convert

RGB 179 183 105 -
CMYK 0.02 0 0.43 0.28
HSL 63.08º 0.35% 0.56% -
HSV(B) 63.08º 0.43% 0.72% -
XYZ 38.07 44.47 19.94 -
YUV 172.91 89.67 132.34 -
System Red Green Blue C M Y K H S L
Decimal 179 183 105 0.02 0 0.43 0.28 63.08 0.35 0.56
Hex B3 B7 69 2 0 2B 1C 3F 23 38
Octal 263 267 151 2 0 53 34 77 43 70
Binary 10110011 10110111 1101001 10 0 101011 11100 111111 100011 111000

Color Harmonies of #B3B769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B769

Black with #B3B769

Text Example


Text Example

White with #B3B769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B769; }

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

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

background-color css

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

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

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

border-color css

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

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

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