Html Css Color HEX #B3B36C Dark Khaki

📋 copy color: '#B3B36C'

red 179 ◦ green 179 ◦ blue 108

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

Shades of Dark Khaki #B3B36C

Tints of Dark Khaki #B3B36C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.18%

R = 38.41%
G = 38.41%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B3B36C (or 0xB3B36C) is known color: Dark Khaki. HEX triplet: B3, B3 and 6C. RGB value is (179,179,108). Sum of RGB (Red+Green+Blue) = 179+179+108=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 108 (42.58% from 255 or 23.18% from 466); Max value from RGB is 179 - color contains mainly: red, green. Hex color #B3B36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B36C is #4C4C93. Grayscale: #ABABAB. Windows color (decimal): -5000340 or 7123891. OLE color: 7123891.

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

Color convert

RGB 179 179 108 -
CMYK 0 0 0.40 0.30
HSL 60º 0.32% 0.56% -
HSV(B) 60º 0.4% 0.7% -
XYZ 37.42 42.91 20.5 -
YUV 170.91 92.5 133.77 -
System Red Green Blue C M Y K H S L
Decimal 179 179 108 0 0 0.40 0.30 60 0.32 0.56
Hex B3 B3 6C 0 0 28 1E 3C 20 38
Octal 263 263 154 0 0 50 36 74 40 70
Binary 10110011 10110011 1101100 0 0 101000 11110 111100 100000 111000

Color Harmonies of #B3B36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B36C

Black with #B3B36C

Text Example


Text Example

White with #B3B36C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B36C; }

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

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

background-color css

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

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

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

border-color css

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

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

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