Html Css Color HEX #B1B36F Dark Khaki

📋 copy color: '#B1B36F'

red 177 ◦ green 179 ◦ blue 111

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

Shades of Dark Khaki #B1B36F

Tints of Dark Khaki #B1B36F

RGB

 RED value IS 177 (69.53% from 255) = 37.9%

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

 BLUE value IS 111 (43.75% from 255) = 23.77%

R = 37.9%
G = 38.33%
B = 23.77%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B1B36F (or 0xB1B36F) is known color: Dark Khaki. HEX triplet: B1, B3 and 6F. RGB value is (177,179,111). Sum of RGB (Red+Green+Blue) = 177+179+111=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 179 (70.31% from 255 or 38.33% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 179 - color contains mainly: green. Hex color #B1B36F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B36F is #4E4C90. Grayscale: #AAAAAA. Windows color (decimal): -5131409 or 7320497. OLE color: 7320497.

HSL color Cylindrical-coordinate representation of color #B1B36F: hue angle of 61.76º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B1B36F is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB 177 179 111 -
CMYK 0.01 0 0.38 0.30
HSL 61.76º 0.31% 0.57% -
HSV(B) 61.76º 0.38% 0.7% -
XYZ 37.12 42.74 21.33 -
YUV 170.65 94.34 132.53 -
System Red Green Blue C M Y K H S L
Decimal 177 179 111 0.01 0 0.38 0.30 61.76 0.31 0.57
Hex B1 B3 6F 1 0 26 1E 3E 1F 39
Octal 261 263 157 1 0 46 36 76 37 71
Binary 10110001 10110011 1101111 1 0 100110 11110 111110 11111 111001

Color Harmonies of #B1B36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B36F

Black with #B1B36F

Text Example


Text Example

White with #B1B36F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B36F; }

 p { color: rgb(177,179,111); }

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

background-color css

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

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

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

border-color css

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

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

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