Html Css Color HEX #B1B46C Dark Khaki

📋 copy color: '#B1B46C'

red 177 ◦ green 180 ◦ blue 108

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

Shades of Dark Khaki #B1B46C

Tints of Dark Khaki #B1B46C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.71%

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

R = 38.06%
G = 38.71%
B = 23.23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B1B46C (or 0xB1B46C) is known color: Dark Khaki. HEX triplet: B1, B4 and 6C. RGB value is (177,180,108). Sum of RGB (Red+Green+Blue) = 177+180+108=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 108 (42.58% from 255 or 23.23% from 465); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B46C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B46C is #4E4B93. Grayscale: #ABABAB. Windows color (decimal): -5131156 or 7124145. OLE color: 7124145.

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

Color convert

RGB 177 180 108 -
CMYK 0.02 0 0.40 0.29
HSL 62.5º 0.32% 0.56% -
HSV(B) 62.5º 0.4% 0.71% -
XYZ 37.16 43.07 20.54 -
YUV 170.9 92.51 132.35 -
System Red Green Blue C M Y K H S L
Decimal 177 180 108 0.02 0 0.40 0.29 62.5 0.32 0.56
Hex B1 B4 6C 2 0 28 1D 3F 20 38
Octal 261 264 154 2 0 50 35 77 40 70
Binary 10110001 10110100 1101100 10 0 101000 11101 111111 100000 111000

Color Harmonies of #B1B46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B46C

Black with #B1B46C

Text Example


Text Example

White with #B1B46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B46C; }

 p { color: rgb(177,180,108); }

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

background-color css

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

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

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

border-color css

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

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

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